★ 0 stars
Python
💻 Code/Dev Tools
Updated today
A Model Context Protocol server that exposes a SurfSense knowledge base to any MCP-compatible client (Claude Desktop, Cursor, VS Code, Windsurf, etc)
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"surfsense-mcp-server": {
"command": "uvx",
"args": [
"surfsense-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add surfsense-mcp-server uvx surfsense-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"surfsense-mcp-server": {
"command": "uvx",
"args": [
"surfsense-mcp-server"
]
}
}
}
Or install with pip: pip install surfsense-mcp-server