To install the MCP server, add the following code:
{
"mcpServers": {
"planeo_tools": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/planeo-de/planeo-mcp-server.git",
"mcp-server"
]
}
}
}