reclaim mcp server for VS Code
io.github.universalamateur/reclaim-mcp-server
MCP server for Reclaim.ai - calendar, tasks, habits, and focus time management
client:VS Code
transport:stdio
runtime:pypi
Install reclaim mcp server in VS Code
.vscode/mcp.json
{
"servers": {
"reclaim-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"reclaim-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs