★ 0 stars
JavaScript
💻 Code/Dev Tools
Updated today
Model Context Protocol server for StatementEdge — convert PDF bank statements from Claude Desktop, Claude Code, or any MCP-aware client.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"statementedge-mcp-se": {
"command": "npx",
"args": [
"-y",
"saipradeep77/statementedge-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add statementedge-mcp-se npx -y saipradeep77/statementedge-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"statementedge-mcp-se": {
"command": "npx",
"args": [
"-y",
"saipradeep77/statementedge-mcp-server"
]
}
}
}