Overview
DevRev MCP server is a Model Context Protocol server designed for DevRev, enabling users to search and retrieve information using the DevRev APIs.
To use the DevRev MCP server, you need to create an account on DevRev, import your data from existing sources, and generate an access token. Then, configure the server with your API key and run it using the provided commands.
- Search for information using the DevRev search API. - Retrieve detailed information about DevRev objects using their IDs. - Easy configuration for both published and unpublished servers.
- Integrating DevRev APIs into applications for data retrieval.
- Automating data import from platforms like Salesforce and Zendesk.
- Building custom applications that leverage DevRev's capabilities.
Add to your AI client
Use these steps to connect DevRev MCP server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"kpsunil97-devrev-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kpsunil97-devrev-mcp-server-mcp-mirror"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"kpsunil97-devrev-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kpsunil97-devrev-mcp-server-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"kpsunil97-devrev-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kpsunil97-devrev-mcp-server-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"kpsunil97-devrev-mcp-server-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kpsunil97-devrev-mcp-server-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kpsunil97-devrev-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kpsunil97-devrev-mcp-server-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"kpsunil97-devrev-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kpsunil97-devrev-mcp-server-mcp-mirror"
]
}
}
}FAQ
How do I get the DevRev API key?
You can obtain the API key by signing up at DevRev and following the instructions to generate a personal access token.
Can I use DevRev MCP server on Windows?
Yes! The server can be configured and run on both MacOS and Windows.
What data sources can I import into DevRev?
You can import data from various sources including Salesforce and Zendesk.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1202,"uuid":"b944f85f-1094-474a-8733-bb3aeff8821d","name":"kpsunil97_devrev-mcp-server","title":"DevRev MCP server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2025-01-28T02:38:08.486Z","updated_at":"2025-02-23T07:20:28.517Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"devrev,mcp-server,api-integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/kpsunil97_devrev-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]