Connects AI clients to Capsule CRM for reading and carefully gated updates across customer and sales records.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Capsulemcp.
The soil-dev/capsulemcp MCP server exposes Capsule CRM through Model Context Protocol tools. It lets compatible clients work with the connected Capsule accountβs people, organisations, opportunities, projects, tasks, notes, captured emails, attachments, activity, workflow tracks, tags, users, teams, and reference data.
The server provides read operations across the resource graph and write operations for supported records. It also includes structured filtering, saved-filter execution, deleted-record audit views, and batch fetches that can retrieve up to 50 records per call. File attachments support both retrieval and upload. The tool set is described in the repository as 92 tools in normal mode and 53 when read-only mode is enabled.
A Capsule API token authenticates local usage. MCP clients invoke tools such as searches, record lookups, list operations, structured filters, and saved-filter runs. Paginated endpoints generally return up to 100 records per page and provide a cursor when more results are available. Standard record lists default to 25 items per page, while reference-data lists default to 100.
Structured filter tools accept multiple field, operator, and value conditions that are combined with AND logic. Capsule does not provide ad-hoc sorting for these filters, so saved filters are the option for queries that need a configured order. Saved filters are created in Capsuleβs web interface and then discovered or executed through MCP.
For a local Claude Desktop setup, install the package through npx and provide the Capsule token as an environment variable:
Restart the client after adding the configuration. The CAPSULE_MCP_READONLY setting is optional; when set to 1, write and delete tools are not registered. The repository recommends pairing this setting with a Capsule token using the Read scope. The tokenβs permissions remain the upper limit on what the server can do.
The soil-dev/capsulemcp MCP server also supports HTTP with OAuth for hosted Custom Connectors. The supplied material does not specify a hosted endpoint or deployment command.
Supported areas include:
Read tools carry read-only annotations, and destructive tools carry destructive annotations for clients that honor MCP tool hints. Whole-record deletes, track removal, and removal of additional parties require an explicit confirm: true argument.
Read-only mode disables write and delete tools at the MCP layer, but it does not replace Capsule token permissions. Pagination still requires following the returned cursor when results exceed a page. Filter results cannot be freely sorted; use a saved filter when ordering matters. Valid embed values differ by resource and are checked by each tool, so unsupported values are rejected. The project embed name used by callers maps to Capsuleβs legacy API term on the wire.
The soil-dev/capsulemcp MCP server is licensed under Apache License 2.0. The provided material confirms compatibility with Claude Desktop and hosted Claude Custom Connectors; it does not establish compatibility with every other MCP client.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/soil-dev-capsulemcp)<a href="https://allmcps.com/mcp/soil-dev-capsulemcp"><img src="https://allmcps.com/api/badge/soil-dev-capsulemcp?style=directory" alt="Capsulemcp on AllMCPs" /></a>