Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"finance-mcp": {
"command": "python3",
"args": [
"-m",
"finance_mcp.server"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}npx claudepluginhub adelaidasofia/finance-mcp --plugin finance-mcp