Précis Finance MCP for Claude Desktop
io.github.precis-finance/precis-finance-mcp
Public read-only Précis Finance MCP demo with synthetic data; no account or credentials required.
client:Claude Desktop
transport:streamable-http
tools:17
Install Précis Finance MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"precis-finance-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.precis.finance/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs