Skip to main content

MCP server for Intercom integration

Project description

Intercom MCP Server

A Model Context Protocol (MCP) server for Intercom integration. This server provides tools for interacting with Intercom, including managing conversations, contacts, companies, and help center articles.

Features

  • Conversation Management: List, view, and reply to customer conversations
  • Contact Management: Create, search, and view user contacts
  • Company Management: List and view companies
  • Help Center: Access articles and content
  • Team Management: View teams and admins
  • Resources: Direct access to Intercom data
  • Prompts: Templates for common Intercom workflows

Installation

pip install mcp-intercom

Configuration

Set the following environment variables:

export INTERCOM_BASE_URL="https://api.intercom.io"  # Default value, usually doesn't need changing
export INTERCOM_ACCESS_TOKEN="your_access_token"    # Preferred authentication method
# OR
export INTERCOM_API_KEY="your_api_key"              # Alternative authentication method

You'll need to create an Intercom access token with appropriate permissions from your Intercom Developer Hub.

Usage

Starting the server directly

mcp-intercom

Using with Claude Desktop

Add the following to your claude_desktop_config.json file:

"mcp-intercom": {
  "command": "uvx",
  "args": [
    "mcp-intercom"
  ],
  "env": {
    "INTERCOM_ACCESS_TOKEN": "your_access_token"
  }
}

Replace the environment variables with your actual Intercom credentials.

Available Tools

  • list_conversations: List recent conversations in Intercom
  • get_conversation: Get details of a specific conversation
  • reply_to_conversation: Reply to a conversation as a comment or note
  • list_contacts: List contacts in Intercom
  • get_contact: Get details of a specific contact
  • create_contact: Create a new contact
  • list_companies: List companies in Intercom
  • get_company: Get details of a specific company
  • list_articles: List help center articles
  • get_article: Get details of a specific article
  • search_contacts: Search for contacts with a query

Available Resources

  • intercom://conversations: List of recent conversations
  • intercom://contacts: List of recent contacts
  • intercom://teams: List of teams in your Intercom workspace
  • intercom://admins: List of admin users in your Intercom workspace
  • intercom://companies: List of recent companies

Available Prompts

  • create_contact: Template for creating a new contact
  • reply_to_conversation: Template for replying to a conversation
  • search_knowledge_base: Template for searching Intercom's knowledge base

Example Usage

With Claude or another AI assistant, you can ask natural language questions like:

  • "What are my recent Intercom conversations?"
  • "Show me details for contact with email john@example.com"
  • "Reply to conversation abc123 saying 'Thanks for reaching out!'"
  • "Create a new contact with email jane@example.com and name Jane Smith"

Development

To contribute to this project:

git clone https://github.com/yourusername/mcp-intercom.git
cd mcp-intercom
pip install -e .

Version

0.0.1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_intercom-0.0.3.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_intercom-0.0.3-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file mcp_intercom-0.0.3.tar.gz.

File metadata

  • Download URL: mcp_intercom-0.0.3.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.13

File hashes

Hashes for mcp_intercom-0.0.3.tar.gz
Algorithm Hash digest
SHA256 4b96872044e9e3c821fa50256905cf6f04429b9f143bc0ffeee904234b31c3bd
MD5 5d9639ff785fc6375b839a1383b9565c
BLAKE2b-256 d2c74c42cd98c4aaf4ec5ecd353cb46f4cacc6fb1e004acd6a5c199f8669f5ad

See more details on using hashes here.

File details

Details for the file mcp_intercom-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_intercom-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ac5a3b9de34548f4317bed7afe5801830046df211f89654b493acf7462892e63
MD5 8202a2b4d35dc08ed7ce007af6d8cf41
BLAKE2b-256 032c274aa9f3288f3c37ce2d75d75e4a379953d808f485ea66980110fc1cfefc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page