[{"data":1,"prerenderedAt":461},["ShallowReactive",2],{"mcp-customer-support":3},{"id":4,"title":5,"category":6,"decisionMatrix":7,"extension":58,"faqs":59,"items":72,"meta":443,"metaDescription":444,"metaTitle":445,"ogImage":446,"principles":447,"slug":457,"stem":458,"updatedAt":459,"__hash__":460},"mcp/mcp/customer-support.yml","Top 10 Customer Support & CRM MCP Servers for AI Agents (2026)","Customer Support & CRM",[8,13,18,23,28,33,38,43,48,53],{"step":9,"trigger":10,"recommendation":11,"reason":12},"01","You need unified cross-functional issue triage linking customer tickets to Jira bug backlogs and Confluence docs","mcp-atlassian","Provides the deepest integration across Jira Service Management and engineering issue queues with strict read-only controls.",{"step":14,"trigger":15,"recommendation":16,"reason":17},"02","You require enterprise-grade write safety, dry-run simulation, and explicit confirmation before sending customer replies","help-scout-mcp","Enforces dual confirmation flags, operation description schemas, and preview runs on all external communications.",{"step":19,"trigger":20,"recommendation":21,"reason":22},"03","You need to query enterprise Salesforce Service Cloud records, Cases, and custom CRM objects via SOQL","salesforce-mcp","The official vendor-maintained server backed by local CLI authentication and rate-limited token buckets.",{"step":24,"trigger":25,"recommendation":26,"reason":27},"04","You operate a Freshdesk helpdesk and need to manage tickets, agent notes, canned responses, and solution articles","freshdesk-mcp","Delivers comprehensive 59-tool coverage across all core Freshdesk support, contact, and knowledge base resources.",{"step":29,"trigger":30,"recommendation":31,"reason":32},"05","You manage sales deal pipelines and need optimistic concurrency protection to prevent accidental deal stage overwrites","pipedrive-mcp","Combines Bottleneck request throttling with optimistic stage concurrency checks and preview-first mutations.",{"step":34,"trigger":35,"recommendation":36,"reason":37},"06","You run a self-hosted or open-source CRM stack and need contact, company, and opportunity management","twenty-crm-mcp","Offers dedicated REST grammar support and injection-safe queries for the Twenty CRM platform.",{"step":39,"trigger":40,"recommendation":41,"reason":42},"07","You handle enterprise IT service management, incident resolutions, and change request approvals","servicenow-mcp","Supplies 82 enterprise tools spanning ServiceNow incidents, catalog items, and change request workflows.",{"step":44,"trigger":45,"recommendation":46,"reason":47},"08","You want lightweight Zendesk ticket triage and response drafting with per-operator OAuth security","zendesk-mcp","Maintains a compact 7-tool surface with knowledge base caching and OAuth token file support.",{"step":49,"trigger":50,"recommendation":51,"reason":52},"09","You need to triage real-time customer live chat inboxes sorted by longest visitor wait time","crisp-mcp","Includes specialized triage queries and rich context dossiers specifically designed for live chat operators.",{"step":54,"trigger":55,"recommendation":56,"reason":57},"10","You want semantic vector search across customer records without exceeding third-party API rate quotas","hubspot-mcp","Embeds a local FAISS vector index to search cached conversation threads and contact profiles.","yml",[60,63,66,69],{"question":61,"answer":62},"How do support MCP servers handle customer reply safety and prevent accidental email sends?","Servers vary significantly in their write safety architecture. High-safety implementations like `help-scout-mcp` disable customer-visible writes by default, require explicit runtime environment flags, and demand per-call confirmation tokens. In contrast, servers such as `freshdesk-mcp` expose public reply methods immediately upon authentication, making host-level permission controls and human approval gates essential before deploying agents with write access.",{"question":64,"answer":65},"Can MCP servers access customer session history without consuming all model context window tokens?","Long customer ticket threads can easily exhaust context windows. Servers like `crisp-mcp` provide composite tools like `get_rich_context` to consolidate essential metadata, while `mcp-atlassian` allows pagination and comment limits via JQL parameters. For large conversation histories, agents should query recent summaries before retrieving full discussion trees.",{"question":67,"answer":68},"What authentication methods do CRM and helpdesk MCP servers require?","Most servers accept API keys or personal access tokens passed through environment variables. However, servers like `salesforce-mcp` leverage existing local CLI session authentications, while `zendesk-mcp` supports per-operator OAuth 2.0 PKCE token files to preserve individual agent audit trails.",{"question":70,"answer":71},"How does Webfuse complement customer support and CRM MCP servers?","While support MCP servers provide structured API access to ticket records and CRM databases, Webfuse provides real-time web session virtualization and zero-code co-browsing. Support agents can reproduce user-reported errors, inspect live client session DOM snapshots, and guide customers through complex web workflows with human-in-the-loop checkpoints.",[73,114,152,189,224,261,298,335,370,406],{"rank":9,"slug":11,"name":11,"author":74,"repo":75,"githubUrl":76,"stars":77,"transport":78,"ogImage":79,"installCommand":80,"bestFor":81,"boundary":82,"boundaryNote":83,"summary":84,"tools":85,"configSnippet":102,"limitations":103,"webfuseSynergy":106,"runtimes":107,"installHtml":112,"configHtml":113},"sooperset","sooperset/mcp-atlassian","https://github.com/sooperset/mcp-atlassian","5.8k","stdio / Streamable HTTP","https://opengraph.githubassets.com/1/sooperset/mcp-atlassian","uvx mcp-atlassian","Cross-functional customer issue triage across Jira, Jira Service Management, and Confluence documentation","Service Desk & Issue Tracking","Bridges customer-facing support requests directly into engineering issue tracking and knowledge base spaces.","The most widely deployed Atlassian Model Context Protocol server. Built on FastMCP with 25 modular toolsets, it connects support agents to Jira Service Management queues, issue transitions, and Confluence articles with fine-grained read-only flags.",[86,90,94,98],{"name":87,"schema":88,"description":89},"jira_search","{ \"jql\": \"string\", \"limit\": \"number?\", \"fields\": \"string?\" }","Search issues using JQL syntax with field filtering.",{"name":91,"schema":92,"description":93},"jira_get_issue","{ \"issue_key\": \"string\", \"expand\": \"string?\", \"comment_limit\": \"number?\" }","Retrieve issue details, SLA status, and recent comments.",{"name":95,"schema":96,"description":97},"jira_create_customer_request","{ \"service_desk_id\": \"string\", \"request_type_id\": \"string\", \"request_field_values\": \"object\" }","Submit a new customer service desk request.",{"name":99,"schema":100,"description":101},"jira_add_comment","{ \"issue_key\": \"string\", \"comment\": \"string\", \"is_internal\": \"boolean?\" }","Add a public reply or internal work note to a ticket.","{\n  \"mcpServers\": {\n    \"atlassian\": {\n      \"command\": \"uvx\",\n      \"args\": [\"mcp-atlassian\"],\n      \"env\": {\n        \"JIRA_URL\": \"https://your-domain.atlassian.net\",\n        \"JIRA_USERNAME\": \"agent@example.com\",\n        \"JIRA_API_TOKEN\": \"your-jira-api-token\",\n        \"READ_ONLY_MODE\": \"false\"\n      }\n    }\n  }\n}\n",[104,105],"Exposing all 98 tools without filtering toolsets consumes excessive tool definition tokens.","Attachments and issue images return base64 payloads that increase token usage.","Connect Jira support tickets to Webfuse live browser sessions so support agents can inspect the exact customer browser state.",[108,109,110,111],"Claude Desktop","Cursor","OpenCode","VS Code Copilot","\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#6F42C1;--shiki-dark:#B392F0\">uvx\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> mcp-atlassian\u003C/span>\u003C/span>\u003C/code>\u003C/pre>","\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">{\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">  \"mcpServers\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">    \"atlassian\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"command\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"uvx\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"args\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: [\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"mcp-atlassian\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">],\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"env\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"JIRA_URL\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"https://your-domain.atlassian.net\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"JIRA_USERNAME\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"agent@example.com\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"JIRA_API_TOKEN\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"your-jira-api-token\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"READ_ONLY_MODE\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"false\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">      }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">    }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">  }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>",{"rank":14,"slug":16,"name":115,"author":116,"repo":117,"githubUrl":118,"stars":119,"transport":120,"ogImage":121,"installCommand":122,"bestFor":123,"boundary":124,"boundaryNote":125,"summary":126,"tools":127,"configSnippet":144,"limitations":145,"webfuseSynergy":148,"runtimes":149,"installHtml":150,"configHtml":151},"help-scout-mcp-server","Drew Burchfield","drewburchfield/help-scout-mcp-server","https://github.com/drewburchfield/help-scout-mcp-server","47","stdio","https://opengraph.githubassets.com/1/drewburchfield/help-scout-mcp-server","npx -y help-scout-mcp-server","High-safety helpdesk operations with explicit write gating, confirmation requirements, and dry-run modes","Helpdesk & Knowledge Base","Wraps customer conversation threads, mailboxes, and Docs sites behind a token-efficient gateway architecture.","A TypeScript MCP server designed for Help Scout mailboxes. It uses a 3-tool dynamic gateway over 55 read operations and enforces strict confirmation tokens and dry-run simulations on all outbound replies.",[128,132,136,140],{"name":129,"schema":130,"description":131},"search_help_scout","{ \"query\": \"string\" }","Find available Help Scout operations matching support intents.",{"name":133,"schema":134,"description":135},"describe_help_scout","{ \"names\": \"array\" }","Retrieve exact JSON input schemas for selected operations.",{"name":137,"schema":138,"description":139},"read_help_scout","{ \"name\": \"string\", \"arguments\": \"object\" }","Execute read queries across conversations, customers, tags, or reports.",{"name":141,"schema":142,"description":143},"write_help_scout","{ \"name\": \"string\", \"arguments\": \"object\", \"confirmedForConversationId\": \"number?\", \"dryRun\": \"boolean?\" }","Execute mutations with conversation ID matching and optional dry-run preview.","{\n  \"mcpServers\": {\n    \"helpscout\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"help-scout-mcp-server\"],\n      \"env\": {\n        \"HELPSCOUT_APP_ID\": \"your-app-id\",\n        \"HELPSCOUT_APP_SECRET\": \"your-app-secret\",\n        \"HELPSCOUT_ENABLE_WRITES\": \"true\",\n        \"HELPSCOUT_ENABLE_CUSTOMER_VISIBLE_WRITES\": \"false\"\n      }\n    }\n  }\n}\n",[146,147],"Gateway pattern requires multiple tool call turns to search, describe, and execute unfamiliar operations.","Requires OAuth client credentials and acts as a shared application identity across all sessions.","Combine Help Scout ticket triage with Webfuse session recordings to verify customer issues before sending replies.",[108,109,110],"\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#6F42C1;--shiki-dark:#B392F0\">npx\u003C/span>\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\"> -y\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> help-scout-mcp-server\u003C/span>\u003C/span>\u003C/code>\u003C/pre>","\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">{\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">  \"mcpServers\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">    \"helpscout\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"command\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"npx\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"args\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: [\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"-y\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">, \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"help-scout-mcp-server\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">],\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"env\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"HELPSCOUT_APP_ID\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"your-app-id\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"HELPSCOUT_APP_SECRET\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"your-app-secret\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"HELPSCOUT_ENABLE_WRITES\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"true\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"HELPSCOUT_ENABLE_CUSTOMER_VISIBLE_WRITES\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"false\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">      }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">    }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">  }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>",{"rank":19,"slug":21,"name":153,"author":154,"repo":155,"githubUrl":156,"stars":157,"transport":120,"ogImage":158,"installCommand":159,"bestFor":160,"boundary":161,"boundaryNote":162,"summary":163,"tools":164,"configSnippet":181,"limitations":182,"webfuseSynergy":185,"runtimes":186,"installHtml":187,"configHtml":188},"@salesforce/mcp","Salesforce (Official)","salesforcecli/mcp","https://github.com/salesforcecli/mcp","464","https://opengraph.githubassets.com/1/salesforcecli/mcp","npx -y @salesforce/mcp --orgs DEFAULT_TARGET_ORG --toolsets all","Enterprise Salesforce org administration, SOQL querying, and Service Cloud metadata operations","Enterprise CRM Platform","Provides official CLI-authenticated access to Salesforce schemas, objects, SOQL queries, and permissions.","The official Salesforce Model Context Protocol server. Running on Node with built-in token-bucket rate limiting, it uses local Salesforce CLI authentications to query records, describe objects, and manage configurations.",[165,169,173,177],{"name":166,"schema":167,"description":168},"run_soql_query","{ \"query\": \"string\", \"targetOrg\": \"string?\" }","Execute SOQL queries across Cases, Contacts, Accounts, and custom objects.",{"name":170,"schema":171,"description":172},"list_all_orgs","{ \"all\": \"boolean?\" }","List authenticated Salesforce scratch orgs, sandboxes, and production environments.",{"name":174,"schema":175,"description":176},"list_tools","{}","Query dynamically registered tools and active toolsets.",{"name":178,"schema":179,"description":180},"enable_tools","{ \"tools\": \"array\" }","Dynamically enable specific Salesforce tooling operations on demand.","{\n  \"mcpServers\": {\n    \"salesforce\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@salesforce/mcp\",\n        \"--orgs\",\n        \"DEFAULT_TARGET_ORG\",\n        \"--toolsets\",\n        \"data,users,metadata\"\n      ]\n    }\n  }\n}\n",[183,184],"Focuses primarily on developer tooling and SOQL rather than high-level CRM case workflow helpers.","Requires pre-authenticated org credentials managed via the Salesforce CLI.","Trigger Webfuse web automation tasks directly from customer records identified through Salesforce SOQL lookups.",[108,109,110],"\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#6F42C1;--shiki-dark:#B392F0\">npx\u003C/span>\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\"> -y\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> @salesforce/mcp\u003C/span>\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\"> --orgs\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> DEFAULT_TARGET_ORG\u003C/span>\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\"> --toolsets\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> all\u003C/span>\u003C/span>\u003C/code>\u003C/pre>","\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">{\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">  \"mcpServers\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">    \"salesforce\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"command\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"npx\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"args\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: [\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">        \"-y\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">        \"@salesforce/mcp\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">        \"--orgs\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">        \"DEFAULT_TARGET_ORG\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">        \"--toolsets\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">        \"data,users,metadata\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">      ]\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">    }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">  }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>",{"rank":24,"slug":26,"name":26,"author":190,"repo":191,"githubUrl":192,"stars":193,"transport":120,"ogImage":194,"installCommand":195,"bestFor":196,"boundary":197,"boundaryNote":198,"summary":199,"tools":200,"configSnippet":216,"limitations":217,"webfuseSynergy":220,"runtimes":221,"installHtml":222,"configHtml":223},"Gopi Krishnan & Maanaesh Swamy","effytech/freshdesk_mcp","https://github.com/effytech/freshdesk_mcp","68","https://opengraph.githubassets.com/1/effytech/freshdesk_mcp","uvx freshdesk-mcp","Comprehensive Freshdesk ticket management, customer lookups, canned responses, and solution articles","Multichannel Customer Support","Full API v2 coverage across tickets, conversations, agent groups, and solution knowledge bases.","A Python FastMCP server delivering 59 endpoints for Freshdesk. It allows agents to search tickets, inspect conversation threads, draft replies, add internal notes, and query company directories.",[201,204,208,212],{"name":202,"schema":130,"description":203},"search_tickets","Search support tickets by query filters, email, or status.",{"name":205,"schema":206,"description":207},"get_ticket_conversation","{ \"ticket_id\": \"number\" }","Fetch all incoming messages, outgoing replies, and internal notes on a ticket.",{"name":209,"schema":210,"description":211},"create_ticket_reply","{ \"ticket_id\": \"number\", \"body\": \"string\" }","Post a customer-visible reply to an existing support conversation.",{"name":213,"schema":214,"description":215},"create_ticket_note","{ \"ticket_id\": \"number\", \"body\": \"string\", \"private\": \"boolean?\" }","Attach an internal collaboration note visible only to agents.","{\n  \"mcpServers\": {\n    \"freshdesk\": {\n      \"command\": \"uvx\",\n      \"args\": [\"freshdesk-mcp\"],\n      \"env\": {\n        \"FRESHDESK_API_KEY\": \"your-freshdesk-api-key\",\n        \"FRESHDESK_DOMAIN\": \"your-company.freshdesk.com\"\n      }\n    }\n  }\n}\n",[218,219],"Does not implement proactive rate limit throttling on heavily throttled search endpoints.","Returns full un-truncated conversation bodies that consume context on long email chains.","Equip Freshdesk support agents with Webfuse browser replays to recreate client bugs directly from ticket notes.",[108,109,110],"\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#6F42C1;--shiki-dark:#B392F0\">uvx\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> freshdesk-mcp\u003C/span>\u003C/span>\u003C/code>\u003C/pre>","\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">{\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">  \"mcpServers\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">    \"freshdesk\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"command\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"uvx\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"args\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: [\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"freshdesk-mcp\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">],\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"env\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"FRESHDESK_API_KEY\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"your-freshdesk-api-key\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"FRESHDESK_DOMAIN\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"your-company.freshdesk.com\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">      }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">    }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">  }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>",{"rank":29,"slug":31,"name":225,"author":226,"repo":227,"githubUrl":228,"stars":229,"transport":78,"ogImage":230,"installCommand":231,"bestFor":232,"boundary":233,"boundaryNote":234,"summary":235,"tools":236,"configSnippet":253,"limitations":254,"webfuseSynergy":257,"runtimes":258,"installHtml":259,"configHtml":260},"pipedrive-mcp-server","Will Dent","WillDent/pipedrive-mcp-server","https://github.com/WillDent/pipedrive-mcp-server","60","https://opengraph.githubassets.com/1/WillDent/pipedrive-mcp-server","npm install -g pipedrive-mcp-server","Sales pipeline tracking and CRM deal management with concurrency checks and proactive rate limiting","Sales Pipeline & Deals","Wraps Pipedrive deals, organizations, and persons with optimistic concurrency and Bottleneck throttling.","A Node MCP server built with Bottleneck throttling, dual stdio/HTTP transport, and preview-first writes. It lets agents search deals, check pipelines, inspect customer notes, and update deal stages with optimistic concurrency protection.",[237,241,245,249],{"name":238,"schema":239,"description":240},"get-deals","{ \"status\": \"string?\", \"stageId\": \"number?\", \"limit\": \"number?\", \"cursor\": \"string?\" }","Retrieve deals with stage filters, value ranges, and cursor pagination.",{"name":242,"schema":243,"description":244},"get-deal-notes","{ \"dealId\": \"number\", \"limit\": \"number?\" }","Fetch customer notes and communication logs for a specific deal.",{"name":246,"schema":247,"description":248},"search-all","{ \"term\": \"string\", \"itemTypes\": \"array?\" }","Search across deals, persons, organizations, leads, and files.",{"name":250,"schema":251,"description":252},"move-deal","{ \"dealId\": \"number\", \"targetStageId\": \"number\", \"expectedCurrentStageId\": \"number?\", \"execute\": \"boolean?\" }","Move a deal to a new stage with optimistic concurrency checks and preview mode.","{\n  \"mcpServers\": {\n    \"pipedrive\": {\n      \"command\": \"pipedrive-mcp-server\",\n      \"args\": [],\n      \"env\": {\n        \"PIPEDRIVE_API_TOKEN\": \"your-api-token\",\n        \"PIPEDRIVE_WRITE_TOOLS\": \"move-deal,add-deal-note\"\n      }\n    }\n  }\n}\n",[255,256],"Read tools are intentionally scoped to core pipeline entities and exclude custom deal metadata creation.","Requires global npm installation or Docker execution as it does not publish an npx binary.","Enrich Pipedrive deal records with customer onboarding milestones tracked inside Webfuse co-browsing sessions.",[108,109,110],"\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#6F42C1;--shiki-dark:#B392F0\">npm\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\"> -g\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> pipedrive-mcp-server\u003C/span>\u003C/span>\u003C/code>\u003C/pre>","\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">{\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">  \"mcpServers\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">    \"pipedrive\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"command\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"pipedrive-mcp-server\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"args\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: [],\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"env\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"PIPEDRIVE_API_TOKEN\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"your-api-token\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"PIPEDRIVE_WRITE_TOOLS\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"move-deal,add-deal-note\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">      }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">    }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">  }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>",{"rank":34,"slug":36,"name":262,"author":263,"repo":264,"githubUrl":265,"stars":266,"transport":120,"ogImage":267,"installCommand":268,"bestFor":269,"boundary":270,"boundaryNote":271,"summary":272,"tools":273,"configSnippet":290,"limitations":291,"webfuseSynergy":294,"runtimes":295,"installHtml":296,"configHtml":297},"twenty-crm-mcp-server","mhenry3164","mhenry3164/twenty-crm-mcp-server","https://github.com/mhenry3164/twenty-crm-mcp-server","100","https://opengraph.githubassets.com/1/mhenry3164/twenty-crm-mcp-server","npx -y github:mhenry3164/twenty-crm-mcp-server","Open-source CRM data operations, customer contact management, and self-hosted CRM automation","Open-Source CRM","Integrates with Twenty CRM REST APIs for people, companies, opportunities, and task tracking.","An MCP server for the Twenty open-source CRM platform. It features native REST filtering grammar, injection-sanitized search queries, cursor pagination, and backoff retries across contacts, companies, and opportunity records.",[274,278,282,286],{"name":275,"schema":276,"description":277},"list_people","{ \"search\": \"string?\", \"limit\": \"number?\", \"filter\": \"object?\", \"companyId\": \"string?\" }","List and filter customer contacts with relational depth controls.",{"name":279,"schema":280,"description":281},"create_person","{ \"firstName\": \"string\", \"lastName\": \"string\", \"email\": \"string?\", \"companyId\": \"string?\" }","Create a new person record with associated company links.",{"name":283,"schema":284,"description":285},"list_companies","{ \"search\": \"string?\", \"limit\": \"number?\", \"filter\": \"object?\" }","Query company records, revenue metrics, and ideal customer profile data.",{"name":287,"schema":288,"description":289},"create_opportunity","{ \"name\": \"string\", \"stage\": \"string\", \"amount\": \"number?\", \"companyId\": \"string?\" }","Create a new sales opportunity attached to an account.","{\n  \"mcpServers\": {\n    \"twenty\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"github:mhenry3164/twenty-crm-mcp-server\"],\n      \"env\": {\n        \"TWENTY_API_KEY\": \"your-twenty-api-key\",\n        \"TWENTY_BASE_URL\": \"https://api.twenty.com\"\n      }\n    }\n  }\n}\n",[292,293],"Workspace API keys grant administrative read and write access without granular per-user role restrictions.","Batch creation operations are capped at 60 records and are not executed in atomic transactions.","Synchronize user engagement data from Webfuse interactive web spaces into Twenty CRM customer profiles.",[108,109,110],"\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#6F42C1;--shiki-dark:#B392F0\">npx\u003C/span>\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\"> -y\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> github:mhenry3164/twenty-crm-mcp-server\u003C/span>\u003C/span>\u003C/code>\u003C/pre>","\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">{\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">  \"mcpServers\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">    \"twenty\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"command\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"npx\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"args\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: [\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"-y\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">, \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"github:mhenry3164/twenty-crm-mcp-server\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">],\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"env\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"TWENTY_API_KEY\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"your-twenty-api-key\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"TWENTY_BASE_URL\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"https://api.twenty.com\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">      }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">    }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">  }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>",{"rank":39,"slug":41,"name":41,"author":299,"repo":300,"githubUrl":301,"stars":302,"transport":303,"ogImage":304,"installCommand":305,"bestFor":306,"boundary":307,"boundaryNote":308,"summary":309,"tools":310,"configSnippet":327,"limitations":328,"webfuseSynergy":331,"runtimes":332,"installHtml":333,"configHtml":334},"echelon-ai-labs","echelon-ai-labs/servicenow-mcp","https://github.com/echelon-ai-labs/servicenow-mcp","297","stdio / SSE","https://opengraph.githubassets.com/1/echelon-ai-labs/servicenow-mcp","pip install -e .","Enterprise IT service management (ITSM), incident resolution, change approvals, and catalog requests","Enterprise ITSM & Incident Management","Bridges enterprise IT support, change request lifecycles, and Table API resources into agent contexts.","An enterprise-grade MCP server for ServiceNow supporting both stdio and SSE transports. With 82 tools across Table APIs, it handles incident creation, assignment updates, work notes, change approvals, and knowledge base lookups.",[311,315,319,323],{"name":312,"schema":313,"description":314},"list_incidents","{ \"limit\": \"number?\", \"state\": \"string?\", \"assigned_to\": \"string?\", \"query\": \"string?\" }","Query active IT incidents by priority, assignment group, or state.",{"name":316,"schema":317,"description":318},"create_incident","{ \"short_description\": \"string\", \"urgency\": \"string?\", \"impact\": \"string?\", \"caller_id\": \"string?\" }","Create a new incident record in ServiceNow.",{"name":320,"schema":321,"description":322},"add_comment","{ \"sys_id\": \"string\", \"comment\": \"string\", \"is_work_note\": \"boolean?\" }","Append a public comment or internal work note to an incident.",{"name":324,"schema":325,"description":326},"approve_change","{ \"change_sys_id\": \"string\", \"comment\": \"string?\" }","Submit an approval vote on an active change request.","{\n  \"mcpServers\": {\n    \"servicenow\": {\n      \"command\": \"servicenow-mcp\",\n      \"args\": [],\n      \"env\": {\n        \"SERVICENOW_INSTANCE_URL\": \"https://your-instance.service-now.com\",\n        \"SERVICENOW_AUTH_TYPE\": \"basic\",\n        \"SERVICENOW_USERNAME\": \"admin\",\n        \"SERVICENOW_PASSWORD\": \"your-password\"\n      }\n    }\n  }\n}\n",[329,330],"Workflow script tools require custom Script Execution API endpoint configuration on production instances.","Pydantic string error formatting loses structured diagnostic context during Table API validation errors.","Resolve complex enterprise support incidents by opening Webfuse virtual sessions directly from ServiceNow records.",[108,109,110],"\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#6F42C1;--shiki-dark:#B392F0\">pip\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> install\u003C/span>\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\"> -e\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> .\u003C/span>\u003C/span>\u003C/code>\u003C/pre>","\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">{\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">  \"mcpServers\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">    \"servicenow\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"command\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"servicenow-mcp\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"args\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: [],\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"env\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"SERVICENOW_INSTANCE_URL\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"https://your-instance.service-now.com\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"SERVICENOW_AUTH_TYPE\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"basic\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"SERVICENOW_USERNAME\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"admin\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"SERVICENOW_PASSWORD\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"your-password\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">      }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">    }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">  }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>",{"rank":44,"slug":46,"name":336,"author":337,"repo":338,"githubUrl":339,"stars":340,"transport":120,"ogImage":341,"installCommand":342,"bestFor":343,"boundary":344,"boundaryNote":345,"summary":346,"tools":347,"configSnippet":362,"limitations":363,"webfuseSynergy":366,"runtimes":367,"installHtml":368,"configHtml":369},"zendesk-mcp-server","reminia","reminia/zendesk-mcp-server","https://github.com/reminia/zendesk-mcp-server","115","https://opengraph.githubassets.com/1/reminia/zendesk-mcp-server","uvx zendesk-mcp-server","Lightweight Zendesk ticket inspection, customer reply drafting, and help center knowledge base lookups","Customer Helpdesk & Ticketing","Simple, predictable stdio bridge to Zendesk tickets, comments, and knowledge base resources.","A focused Python MCP server for Zendesk Support. It provides tools to retrieve ticket details, inspect comment threads, draft responses, and read cached knowledge base articles with per-operator OAuth audit trails.",[348,352,355,358],{"name":349,"schema":350,"description":351},"get_tickets","{ \"page\": \"number?\", \"per_page\": \"number?\", \"sort_by\": \"string?\" }","List recent tickets with pagination parameters.",{"name":353,"schema":206,"description":354},"get_ticket","Retrieve full details and custom fields for a specific ticket.",{"name":356,"schema":206,"description":357},"get_ticket_comments","Fetch the chronological discussion history on a support ticket.",{"name":359,"schema":360,"description":361},"create_ticket_comment","{ \"ticket_id\": \"number\", \"comment\": \"string\", \"public\": \"boolean?\" }","Add a public customer reply or internal note to a Zendesk ticket.","{\n  \"mcpServers\": {\n    \"zendesk\": {\n      \"command\": \"uvx\",\n      \"args\": [\"zendesk-mcp-server\"],\n      \"env\": {\n        \"ZENDESK_SUBDOMAIN\": \"your-subdomain\",\n        \"ZENDESK_CLIENT_ID\": \"your-oauth-client-id\"\n      }\n    }\n  }\n}\n",[364,365],"Lacks a dedicated search endpoint, requiring sequential pagination over ticket lists.","Does not include built-in automatic backoff when encountering Zendesk API rate limits.","Provide Zendesk support agents with verified DOM snapshots of customer sessions captured through Webfuse.",[108,109,110],"\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#6F42C1;--shiki-dark:#B392F0\">uvx\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> zendesk-mcp-server\u003C/span>\u003C/span>\u003C/code>\u003C/pre>","\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">{\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">  \"mcpServers\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">    \"zendesk\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"command\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"uvx\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"args\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: [\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"zendesk-mcp-server\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">],\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"env\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"ZENDESK_SUBDOMAIN\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"your-subdomain\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"ZENDESK_CLIENT_ID\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"your-oauth-client-id\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">      }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">    }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">  }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>",{"rank":49,"slug":51,"name":51,"author":371,"repo":372,"githubUrl":373,"stars":374,"transport":120,"ogImage":375,"installCommand":376,"bestFor":377,"boundary":378,"boundaryNote":379,"summary":380,"tools":381,"configSnippet":398,"limitations":399,"webfuseSynergy":402,"runtimes":403,"installHtml":404,"configHtml":405},"zernio-dev","zernio-dev/crisp-mcp","https://github.com/zernio-dev/crisp-mcp","13","https://opengraph.githubassets.com/1/zernio-dev/crisp-mcp","node dist/index.js","Real-time live chat triage, inbox message routing, and operator assignment across Crisp websites","Live Chat & Real-Time Inbox","Connects agents to live visitor sessions, inbox queues, operator routing, and composite context dossiers.","A Node MCP server tailored for live chat customer support in Crisp. It exposes 33 tools and 2 MCP resources, enabling agents to query unread threads, assemble customer context dossiers, and dispatch live responses.",[382,386,390,394],{"name":383,"schema":384,"description":385},"conversations_awaiting_reply","{ \"max_pages\": \"number?\" }","Retrieve live chat conversations prioritized by longest customer wait time.",{"name":387,"schema":388,"description":389},"get_rich_context","{ \"session_id\": \"string\" }","Fetch a complete customer dossier combining messages, profile details, and session metadata.",{"name":391,"schema":392,"description":393},"send_message","{ \"session_id\": \"string\", \"content\": \"string\", \"type\": \"string?\" }","Send a live chat response or internal note to a visitor.",{"name":395,"schema":396,"description":397},"assign_conversation","{ \"session_id\": \"string\", \"operator_id\": \"string\" }","Route a live conversation to a specific support operator.","{\n  \"mcpServers\": {\n    \"crisp\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/crisp-mcp/dist/index.js\"],\n      \"env\": {\n        \"CRISP_IDENTIFIER\": \"your-plugin-identifier\",\n        \"CRISP_KEY\": \"your-plugin-key\",\n        \"CRISP_WEBSITE_ID\": \"your-website-id\"\n      }\n    }\n  }\n}\n",[400,401],"Requires building from source as it is not packaged on npm or PyPI.","Destructive actions such as conversation deletion are enabled without separate confirmation gating.","Launch Webfuse zero-code co-browsing directly inside Crisp live chat sessions to guide customers through complex web forms.",[108,109,110],"\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#6F42C1;--shiki-dark:#B392F0\">node\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> dist/index.js\u003C/span>\u003C/span>\u003C/code>\u003C/pre>","\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">{\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">  \"mcpServers\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">    \"crisp\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"command\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"node\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"args\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: [\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"/path/to/crisp-mcp/dist/index.js\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">],\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"env\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"CRISP_IDENTIFIER\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"your-plugin-identifier\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"CRISP_KEY\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"your-plugin-key\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"CRISP_WEBSITE_ID\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"your-website-id\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">      }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">    }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">  }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>",{"rank":54,"slug":56,"name":407,"author":408,"repo":409,"githubUrl":410,"stars":411,"transport":120,"ogImage":412,"installCommand":413,"bestFor":414,"boundary":415,"boundaryNote":416,"summary":417,"tools":418,"configSnippet":435,"limitations":436,"webfuseSynergy":439,"runtimes":440,"installHtml":441,"configHtml":442},"mcp-server-hubspot","baryhuang","baryhuang/mcp-hubspot","https://github.com/baryhuang/mcp-hubspot","128","https://opengraph.githubassets.com/1/baryhuang/mcp-hubspot","docker run -i --rm -e HUBSPOT_ACCESS_TOKEN buryhuang/mcp-hubspot:latest","Semantic CRM searching and customer company activity retrieval using local vector indexing","Inbound Marketing & CRM","Combines HubSpot contacts, companies, and tickets with local FAISS vector embeddings.","A containerized Python MCP server integrating HubSpot CRM. It pairs standard contact and ticket APIs with a local FAISS vector cache, enabling semantic search over customer interactions while mitigating API quota consumption.",[419,423,427,431],{"name":420,"schema":421,"description":422},"hubspot_search_data","{ \"query\": \"string\", \"limit\": \"number?\" }","Perform semantic vector searches across cached customer contacts and conversation threads.",{"name":424,"schema":425,"description":426},"hubspot_get_tickets","{ \"criteria\": \"object?\", \"limit\": \"number?\", \"max_retries\": \"number?\" }","Retrieve support tickets with customizable filter criteria and retry controls.",{"name":428,"schema":429,"description":430},"hubspot_get_contact","{ \"contact_id\": \"string\" }","Fetch comprehensive properties and activity history for a specific contact.",{"name":432,"schema":433,"description":434},"hubspot_create_company","{ \"name\": \"string\", \"domain\": \"string?\", \"properties\": \"object?\" }","Create a company record with automated domain duplicate prevention.","{\n  \"mcpServers\": {\n    \"hubspot\": {\n      \"command\": \"docker\",\n      \"args\": [\n        \"run\",\n        \"-i\",\n        \"--rm\",\n        \"-e\",\n        \"HUBSPOT_ACCESS_TOKEN\",\n        \"buryhuang/mcp-hubspot:latest\"\n      ],\n      \"env\": {\n        \"HUBSPOT_ACCESS_TOKEN\": \"pat-na1-your-token\"\n      }\n    }\n  }\n}\n",[437,438],"Relies on a fixed container storage path for FAISS embedding indexes, making Docker execution necessary.","Downloads local transformer embedding models on first startup, introducing initial container launch latency.","Log customer interaction insights and browsing session summaries directly into HubSpot contact timelines.",[108,109,110],"\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#6F42C1;--shiki-dark:#B392F0\">docker\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> run\u003C/span>\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\"> -i\u003C/span>\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\"> --rm\u003C/span>\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\"> -e\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> HUBSPOT_ACCESS_TOKEN\u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\"> buryhuang/mcp-hubspot:latest\u003C/span>\u003C/span>\u003C/code>\u003C/pre>","\u003Cpre class=\"shiki shiki-themes github-light github-dark\" style=\"--shiki-light:#24292e;--shiki-dark:#e1e4e8;--shiki-light-bg:#fff;--shiki-dark-bg:#24292e\" tabindex=\"0\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">{\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">  \"mcpServers\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">    \"hubspot\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"command\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"docker\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"args\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: [\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">        \"run\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">        \"-i\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">        \"--rm\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">        \"-e\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">        \"HUBSPOT_ACCESS_TOKEN\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">,\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">        \"buryhuang/mcp-hubspot:latest\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">      ],\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">      \"env\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#005CC5;--shiki-dark:#79B8FF\">        \"HUBSPOT_ACCESS_TOKEN\"\u003C/span>\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">: \u003C/span>\u003Cspan style=\"--shiki-light:#032F62;--shiki-dark:#9ECBFF\">\"pat-na1-your-token\"\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">      }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">    }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">  }\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"--shiki-light:#24292E;--shiki-dark:#E1E4E8\">}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>",{},"The top 10 Model Context Protocol (MCP) servers for Zendesk, Jira Service Management, Salesforce, Freshdesk, HubSpot, and CRM operations, with tool schemas and configs for Claude Desktop, Cursor, and OpenCode.","Top 10 Customer Support & CRM MCP Servers for AI Agents (2026) | Webfuse","/mcp/thumbnails/customer-support.png",[448,451,454],{"title":449,"description":450},"Official protocol compliance","Evaluated for strict implementation of standard MCP transports over stdio and Streamable HTTP, supporting tool schemas and resource contracts.",{"title":452,"description":453},"Tool schemas taken from source","Every callable tool name, argument signature, launch entrypoint, and environment variable is extracted directly from the repository source code.",{"title":455,"description":456},"Context and token discipline","Assessed on how responses handle large ticket conversations, ticket histories, and nested customer objects without overflowing model context.","customer-support","mcp/customer-support","September 2026","j54C7pnNv1F-STLlKv7NLiOyqaJKf4h3yGUU2xMZs_U",1788261835284]