by nerve-hq
Implements an MCP server that connects Claude or other MCP‑compatible clients to the Nerve API, allowing AI assistants to invoke Nerve services such as search, email retrieval, and SaaS tool actions.
Nerve MCP Server provides a bridge between Model Context Protocol (MCP) clients and the Nerve API. By exposing Nerve’s endpoints through standard MCP calls, AI assistants can perform real‑world actions—searching emails, querying databases, or triggering third‑party integrations—without custom code.
mcp.json (or claude_desktop_config.json on macOS) with the command and arguments shown below.NERVE_API_KEY and optional NERVE_ENVIRONMENT environment variables are set./search).prod, staging, etc.).uv Python tool for fast execution.NERVE_API_KEY.NERVE_ENVIRONMENT to staging (or any custom value supported by Nerve).nerve-mcp-server repository.uv (the Python package manager) and ensure Python 3.9+ is available.uv command with the updated environment variables.This project implements an MCP server for the Nerve API.
Go to https://usenerve.com/ and create an account.
Continue to your Settings page to create an API key to use for the client.
Add the following to your .cursor/mcp.json or claude_desktop_config.json (MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json)
{
"mcpServers": {
"nerve": {
"command": "uv",
"args": [
"--directory",
"/<ABSOLUTE_PATH>/nerve-mcp-server",
"run",
"nerve-mcp"
],
"env": {
"NERVE_API_KEY": "<API_KEY>",
"NERVE_ENVIRONMENT": "prod"
}
}
}
}
Don't forget to replace API_KEY with your own key. Find it from your Settings tab:
Navigate to your integrations page on Nerve to conenct to the various SaaS tools you use.
What emails have I gotten with customer feedback?
AI will plan one API calls, /search
(more examples coming soon)
Execute
NERVE_API_KEY='<API_KEY>' uv run nerve-mcp
Please log in to share your review and rating for this MCP.
{
"mcpServers": {
"nerve": {
"command": "uv",
"args": [
"--directory",
"/<ABSOLUTE_PATH>/nerve-mcp-server",
"run",
"nerve-mcp"
],
"env": {
"NERVE_API_KEY": "<API_KEY>",
"NERVE_ENVIRONMENT": "prod"
}
}
}
}claude mcp add nerve uv --directory /<ABSOLUTE_PATH>/nerve-mcp-server run nerve-mcpExplore related MCPs that share similar capabilities and solve comparable challenges
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
by cline
An autonomous coding assistant that can create and edit files, execute terminal commands, and interact with a browser directly from your IDE, operating step‑by‑step with explicit user permission.
by continuedev
Enables faster shipping of code by integrating continuous AI agents across IDEs, terminals, and CI pipelines, offering chat, edit, autocomplete, and customizable agent workflows.
by upstash
Provides up-to-date, version‑specific library documentation and code examples directly inside LLM prompts, eliminating outdated information and hallucinated APIs.
by github
Connects AI tools directly to GitHub, enabling natural‑language interactions for repository browsing, issue and pull‑request management, CI/CD monitoring, code‑security analysis, and team collaboration.
by daytonaio
Provides a secure, elastic infrastructure that creates isolated sandboxes for running AI‑generated code with sub‑90 ms startup, unlimited persistence, and OCI/Docker compatibility.