Caplia for Claude Desktop
io.github.caplia-tech/caplia
MCP server for VC pitch-deck scoring, thesis-fit matching, and deal-flow management.
client:Claude Desktop
transport:streamable-http
Install Caplia in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"caplia": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.venture.caplia.ai/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs