LogoSTMCP
Download
needle-mcp

Build Agents with Needle MCP Server

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.

Tools

1. Document Management

Easily add and organize documents on the server.

2. Search & Retrieval

Claude-based natural language search for quick answers.

IndexTool NameDescription
1Document ManagementEasily add and organize documents on the server.
2Search & RetrievalClaude-based natural language search for quick answers.
Open Graph image for Build Agents with Needle MCP Server

JSON Config

{
  "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>"
      }
    }
  }
}

Information