uv venv
.venv\Scripts\activate
uv pip install -r pyproject.tomlLocal MCP Server (stdio)
"research-server": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\Usuario\\research-server",
"run",
"research_server.py"]
}
Run the SSE server
uv run remote_research_server.pyTest it
npx @modelcontextprotocol/inspectorAdd this to your claude_desktop_config.json(or Cursor)
"remote-research-server": {
"command": "npx",
"args": ["mcp-remote", "http://localhost:8001/sse", "--allow-http"]
},In Windsurf, it's easier. Just add this:
"remote-research-server-8001": {
"serverUrl": "http://0.0.0.0:8001/sse"
},