DevRev
Search and retrieve information using DevRev APIs.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install kpsunil97/devrev-mcp-server -c claude
This command will automatically install and configure the DevRev MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"DevRev": {
"command": "uvx",
"args": [
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "${input:devrev_api_key}",
"YOUR_DEVREV_API_KEY": "${input:your_devrev_api_key}"
}
}
}
}
DevRev MCP server
Overview
A Model Context Protocol server for DevRev. It is used to search and retrieve information using the DevRev APIs.
Tools
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.
Configuration
Get the DevRev API key
- Go to https://app.devrev.ai/signup and create an account.
- Import your data from your existing data sources like Salesforce, Zendesk while following the instructions here.
- Generate an access token while following the instructions here.
Usage with Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Published Servers Configuration
"mcpServers": {
"devrev": {
"command": "uvx",
"args": [
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
}
}
}
Development/Unpublished Servers Configuration
"mcpServers": {
"devrev": {
"command": "uv",
"args": [
"--directory",
"Path to src/devrev_mcp directory",
"run",
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
}
}
}
Details:
Stars
2Forks
7Last commit
7 months agoRepository age
7 months
Auto-fetched from GitHub .
MCP servers similar to DevRev:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit