@talktomycrm/leadconnector-mcp-proxy
v1.0.10
Published
MCP proxy for LeadConnector platform - connects Claude Desktop to remote LeadConnector MCP server
Maintainers
Readme
LeadConnector MCP Proxy
A proxy package that connects Claude Desktop to the remote LeadConnector MCP server. This package enables you to use LeadConnector's CRM functionality directly within Claude Desktop without installing the full MCP server locally.
Installation
This package is automatically installed when you use the MCP configuration provided by the LeadConnector platform.
npx @talktomycrm/leadconnector-mcp-proxyConfiguration
Add this configuration to your Claude Desktop claude_desktop_config.json file:
{
"mcpServers": {
"leadconnector": {
"command": "npx",
"args": ["@talktomycrm/leadconnector-mcp-proxy"],
"env": {
"MCP_SERVER_URL": "https://proxy.talktomycrm.com",
"MCP_ACCESS_TOKEN": "your_access_token_here"
}
}
}
}Environment Variables
MCP_SERVER_URL: The URL of the LeadConnector MCP proxy server (default: https://proxy.talktomycrm.com)MCP_ACCESS_TOKEN: Your LeadConnector access token (required)
How It Works
This proxy:
- Receives JSON-RPC messages from Claude Desktop via stdin
- Forwards them to the remote LeadConnector MCP server via HTTP
- Returns responses to Claude Desktop via stdout
The proxy handles authentication, error handling, and protocol translation between Claude Desktop's stdio transport and the remote HTTP-based MCP server.
Getting Your Access Token
- Visit TalkToMyCRM
- Complete the OAuth flow with your CRM account
- Copy the generated MCP configuration which includes your access token
Features
Through this proxy, you can access all LeadConnector MCP tools and resources:
Tools (Actions)
- Contact management (create, read, update, delete)
- Conversation handling and messaging
- Opportunity and pipeline management
- Calendar and appointment scheduling
- Form submissions and file handling
Resources (Data Browsing)
- Browse contacts, conversations, opportunities
- View calendars, appointments, and pipelines
- Access form submissions and analytics
Support
- Documentation: https://docs.talktomycrm.com
- Issues: GitHub Issues
- Platform: TalkToMyCRM
License
MIT License - see LICENSE file for details.
