Nerve MCP Server
This project implements an MCP server for the Nerve API.
Installation
1. Setting up Integration in Nerve:
Go to https://usenerve.com/ and create an account.
Continue to your Settings page to create an API key to use for the client.
2. Adding MCP config to your 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:
3. Enable third party integrations:
Navigate to your integrations page on Nerve to conenct to the various SaaS tools you use.
Examples
- Using the following instruction
What emails have I gotten with customer feedback?
AI will plan one API calls, /search
(more examples coming soon)
Development
Execute
NERVE_API_KEY='<API_KEY>' uv run nerve-mcp
Recommend MCP Servers 💡
szeider/mcp-dblp
An MCP server providing access to the DBLP computer science bibliography database for LLMs
Atlassian Remote MCP Server
Atlassian's official remote MCP server securely connects enterprise knowledge from Jira and Confluence to external AI tools, enabling AI-powered workflows with rich context.
DICOM-MCP
An MCP server for working with DICOM images, providing note storage, summarization, and note addition tools
mcp-skill-set
An MCP server built with mcp-framework to add custom tools for model context management.
@softeria/ms-365-mcp-server
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
groundlight/groundlight-mcp-server
An MCP server for interacting with Groundlight, providing tools to create, list, and customize Detectors, submit and list ImageQueries, create, list, and delete Alerts, and examine detector evaluation metrics for computer vision applications.