Claude Code Setup
Use the remote HTTP MCP endpoint (recommended):local scope makes the server available in the current project. To use it in every project, add --scope user.
Verify the connection:
/mcp inside Claude Code to view the connected tools.
Local (stdio) alternative
If you prefer running locally:Use
—scope user if you want the local server to be available in every project. On Windows, replace python3 with the Python command available on your system.