MCP Suite CRM
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Suite CRMlist deals closing this month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Suite CRM
An open-source CRM built for humans and AI agents to operate together. The web application and every MCP client use the same typed operation catalog, with role checks, scoped agent keys, approval gates for risky agent actions, and a shared audit trail.
Pre-release: the source is public, but the supported installer, npm package, container image, and stable release are not published yet.
What is included
Path | Purpose |
| Login, the authenticated CRM under |
| MCP over stdio and HTTP |
| Domain types, authorization policy, and operation catalog |
| SQLite persistence, schema, authentication, and bootstrap |
The CRM covers companies, people, leads, deals, activities, tasks, pipelines, tags, contact lists, custom fields, saved views, offerings, approvals, users, agents, and audit events. The public marketing site, signup, billing, and managed-hosting controls are deliberately not part of this repository.
Related MCP server: Pipedrive MCP Server
Run from source
The supported development platform is 64-bit Linux. Install mise; the repository pins Node 22 and pnpm 10.
mise trust
mise exec -- make setup
mise exec -- make devOpen http://localhost:2222. / redirects to /login. The first setup creates
the SQLite database at data/mcpsuite.db and prints the initial owner credentials;
change the password after signing in.
Run with Docker
docker compose up -dOne container, one process on :2222: the web app, the operation API, the
MCP endpoint for agents (POST /mcp) and GET /healthz. Persistent state
lives in ./data. The compose file builds the mcpsuite/crm image locally
until official images are released. See PRODUCTION.md for
the standalone-MCP command override and reverse-proxy guidance.
Connect an agent
In the CRM, open Admin → Agents, create an agent client, and copy the key shown once. The UI provides a ready-to-paste configuration. The full transport, scope, and trust-profile guide is in docs/mcp.md.
Example for Claude Code:
claude mcp add --transport http mcpsuite-crm http://localhost:2222/mcp \
--header "Authorization: Bearer mcpsuite_YOUR_KEY"Development checks
mise exec -- make typecheck
mise exec -- make test
mise exec -- make build
mise exec -- make smokeSee AGENTS.md for the code architecture and conventions, PRODUCTION.md for the current self-hosting runbook, and CONTRIBUTING.md before opening a pull request.
License
AGPL-3.0-only. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceEnables AI models to interact with HubSpot CRM data and operations through a standardized interface, supporting contact and company management.16127MIT
- Alicense-qualityCmaintenanceEnables AI assistants to interact with the Pipedrive CRM to manage deals, contacts, organizations, and activities. It features automatic custom field synchronization and guided onboarding to ensure assistants follow specific business rules and pipelines.26MIT
- FlicenseBqualityDmaintenanceProvides AI agents with secure access to Salesforce data and operations, enabling natural language interaction with CRM for sales, marketing, and executive teams.65
- Flicense-qualityDmaintenanceEnables AI agents to perform CRM operations like creating contacts, managing deals, and updating leads through natural language using the Model Context Protocol.4
Related MCP Connectors
Agent-native CRM. 25 tools — contacts, deals, sequences, enrichment waterfall, audit log.
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rehanhaider/mcpsuite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server