Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
Runs locally as a Python subprocess via cn_financial_mcp module, providing CN Financial tools with deployment capabilities. Uses PYTHONPATH.
npx claudepluginhub ccq1/cn-financial-services-plugins --plugin cn-financial-analysisCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cn-financial": {
"command": "python",
"args": [
"-m",
"cn_financial_mcp"
],
"env": {
"PYTHONPATH": "~/cn-financial-mcp/src"
}
}
}
}Server configuration and connection parameters
python~/cn-financial-mcp/srcCommand-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=~/cn-financial-mcp/srcDeclared capabilities of this MCP server
Share bugs, ideas, or general feedback.