MCP.so
Sign In

DevRev MCP server

@devrev

About DevRev MCP server

DevRev MCP server

Basic information

Category

Other

License

MIT license

Runtime

python

Transports

stdio

Publisher

devrev

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "devrev": {
      "command": "uvx",
      "args": [
        "devrev-mcp"
      ],
      "env": {
        "DEVREV_API_KEY": ""
      }
    }
  }
}

Tools

2

Search for information using the DevRev search API with the provided query and namespace.

Get all information about a DevRev issue or ticket using its ID.

Overview

What is DevRev MCP server?

A Model Context Protocol server for DevRev that searches and retrieves information using the DevRev APIs. It is intended for users who need to query DevRev data through an MCP client such as Claude Desktop.

How to use DevRev MCP server?

First, obtain a DevRev API key from your DevRev account. Then add the server configuration to your Claude Desktop config file (claude_desktop_config.json). For published servers, use uvx devrev-mcp with the DEVREV_API_KEY environment variable; for development, use uv run devrev-mcp with the appropriate path.

Key features of DevRev MCP server

  • Search DevRev data using the search API with a query and namespace.
  • Retrieve full details of an issue or ticket by ID.
  • Integrates with Claude Desktop via the Model Context Protocol.
  • Requires a DevRev API key for authentication.
  • Supports both published and development server configurations.

Use cases of DevRev MCP server

  • Search across DevRev objects (issues, tickets) with custom queries.
  • Get detailed information about a specific issue or ticket.
  • Enable AI assistants to access DevRev knowledge.
  • Automate support workflows by retrieving ticket data.

FAQ from DevRev MCP server

How do I install the DevRev MCP server?

Install via uvx devrev-mcp for published servers, or use uv run devrev-mcp with the path to the source directory for development. Add the configuration to your Claude Desktop config file.

What tools does the DevRev MCP server provide?

It provides two tools: search – searches for information using the DevRev search API; and get_object – gets all information about a DevRev issue or ticket using its ID.

How do I get a DevRev API key?

Sign up at app.devrev.ai, import your data from sources like Salesforce or Zendesk, then generate a personal access token following DevRev’s authentication documentation.

Which MCP client is supported?

The README includes configuration specifically for Claude Desktop on macOS and Windows.

Comments

More Other MCP servers