DevRev
About
Integrates with DevRev APIs to enable search and retrieval of DevRev data for automated issue tracking, customer support analysis, and data-driven decision making.
Details
- Author
- kpsunil97
- Repository
- kpsunil97/devrev-mcp-server
- GitHub stars
- 3
- Downloads
- 4,032
- Categories
- Developer Tools, API, Other, AI, Design, Search, Knowledge Base, Infrastructure, Automation, Frontend
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
DevRevCommand (node, npx, python, etc.)uvxArguments-
Argument 1
devrev-mcp
Environment-
DEVREV_API_KEY
YOUR_DEVREV_API_KEY
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
<details>
<summary>Published Servers Configuration</summary>
"mcpServers": {
"devrev": {
"command": "uvx",
"args": [
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
}
}
}
</details>
<details>
<summary>Development/Unpublished Servers Configuration</summary>
"mcpServers": {
"devrev": {
"command": "uv",
"args": [
"--directory",
"Path to src/devrev_mcp directory",
"run",
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
}
}
}
</details>search
Search for information using the DevRev search API with the provided query and namespace.
get_object
Get all information about a DevRev object using its ID.
- search: Search for information using the DevRev search API with the provided query and namespace.
- get_object: Get all information about a DevRev object using its ID.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"devrev": {
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
},
"args": [
"devrev-mcp"
],
"command": "uvx"
}
}
}
Linux
{
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
},
"args": [
"devrev-mcp"
],
"command": "uvx"
}
Macos
{
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
},
"args": [
"devrev-mcp"
],
"command": "uvx"
}
Windows
{
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
},
"args": [
"devrev-mcp"
],
"command": "uvx"
}
A Model Context Protocol server for DevRev. It is used to search and retrieve information using the DevRev APIs.
- search: Search for information using the DevRev search API with the provided query and namespace.
- get_object: Get all information about a DevRev object using its ID.
- Go tohttps://app.devrev.ai/signupand create an account.
- Import your data from your existing data sources like Salesforce, Zendesk while following the instructionshere.
- Generate an access token while following the instructionshere.
On MacOS:~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows:%APPDATA%/Claude/claude_desktop_config.json
"mcpServers": { "devrev": { "command": "uvx", "args": [ "devrev-mcp" ], "env": { "DEVREV_API_KEY": "YOUR_DEVREV_API_KEY" } } }
"mcpServers": { "devrev": { "command": "uv", "args": [ "--directory", "Path to src/devrev_mcp directory", "run", "devrev-mcp" ], "env": { "DEVREV_API_KEY": "YOUR_DEVREV_API_KEY" } } }
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
The MCP server for Bitrix24 provides AI assistants with structured access to the Bitrix24 API. It delivers up-to-date method descriptions, parameters, and valid values, allowing assistants to work with precise data instead of guesswork. This reduces code errors and accelerates Bitrix24 integration development.
Interact with Odoo instances using the XML-RPC API. Requires configuration via environment variables or config files.
Interact with the Twenty CRM API through chat-based tools.
Access customer data from the Vitally API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Tool platform by IBM to build, test and deploy tools for any data source
One remote MCP server for 500+ production APIs — Stripe, HubSpot, Postgres, Gmail, and more. OAuth and API key auth, credential management, and a CLI.
An MCP server for interacting with the Postman API, requiring an API key.
Arbitrary code execution and tool-use platform for LLMs by Riza
Salesforce integration using OAuth2. Write operations disabled by default per integration. 700+ tools covering SOQL, SOSL, REST, and CRUD, individually selectable. Requires a DataGrout account.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





