by nerve-hq
Connects Claude or other MCP‑compatible AI clients to the Nerve API, enabling AI‑driven actions such as searching emails, retrieving customer feedback, and invoking any Nerve endpoint through simple MCP calls.
Provides an MCP server implementation that bridges AI assistants with the Nerve API, allowing natural‑language instructions to be translated into concrete API requests.
.cursor/mcp.json
(or claude_desktop_config.json
on macOS) with the command, arguments, and environment variables shown below.uv run nerve-mcp
)./search
).NERVE_API_KEY
environment variable.prod
, staging
, etc.) via NERVE_ENVIRONMENT
./search
endpoint.Q: Which command runs the server?
A: The example uses uv run nerve-mcp
; replace with the appropriate command for your environment if needed.
Q: Where do I place the configuration?
A: In .cursor/mcp.json
for most MCP clients, or claude_desktop_config.json
on macOS.
Q: How do I secure the API key?
A: Store it only in the env
section of the config and avoid committing the file to version control.
Q: Can I change the environment?
A: Yes, set NERVE_ENVIRONMENT
to prod
, staging
, or any custom environment supported by Nerve.
Q: What if I need additional Nerve endpoints? A: Once the server is running, any endpoint documented in the Nerve API can be called via MCP prompts; no code changes are required.
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": "<YOUR_API_KEY>", "NERVE_ENVIRONMENT": "prod" } } } }
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.