MCP server for Paytm Money — portfolio, trading, market data, and options analysis tools for AI assistants
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"paytm-mcp-server": {
"command": "npx",
"args": [
"-y",
"couragecowardlydog/paytm-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add paytm-mcp-server npx -y couragecowardlydog/paytm-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"paytm-mcp-server": {
"command": "npx",
"args": [
"-y",
"couragecowardlydog/paytm-mcp-server"
]
}
}
}