DevRev MCP server
Search and retrieve information from DevRev using its APIs.
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
"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"
}
}
}
Related Servers
Node.js Sandbox MCP Server
Run arbitrary JavaScript in an isolated Docker container with on-the-fly npm dependency installation.
CopyTuner Client
Manage Rails i18n translations with CopyTuner. Search, update, and create translation keys.
Video Agent MCP Server
An MCP server for AI-powered video creation using the FAL AI API.
40ants MCP
A framework for building Model Context Protocol (MCP) servers in Common Lisp.
Crypto_MCP
A server for cryptographic operations like encryption, decryption, and hashing.
DeepSeek MCP Server
An MCP server for the DeepSeek API, providing code review, file management, and account management.
R.A.P.I.D.
A local MCP server providing powerful code analysis and search capabilities for software projects.
Scout Monitoring MCP
Scout's official MCP pipes error, trace and metric data from production to your AI agent
Headless IDA MCP Server
Analyze binary files and manage functions and variables using IDA Pro's headless mode.
AgentOps MCP
An MCP server for AgentOps, providing observability and evaluation tools for AI agents.