Needle MCP Server is a Model Context Protocol server that enables seamless integration between Claude's AI and the Needle document management platform, providing powerful semantic search and document organization capabilities.
Easily add and organize documents on the server.
Claude-based natural language search for quick answers.
| Index | Tool Name | Description |
|---|---|---|
| 1 | Document Management | Easily add and organize documents on the server. |
| 2 | Search & Retrieval | Claude-based natural language search for quick answers. |
{
"mcpServers": {
"needle": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.needle.app/mcp",
"--header",
"Authorization:Bearer ${NEEDLE_API_KEY}"
],
"env": {
"NEEDLE_API_KEY": "<your-needle-api-key>"
}
}
}
}