Needle MCP Server
Builds and searches Needle document collections so PDFs, DOCX and XLSX files answer questions.
Add it to your client
Officialnpx mcp-remote https://mcp.needle.app/mcp --header "Authorization:Bearer $NEEDLE_API_KEY"
- Transport
- both
- Runtime
- Remote
- Auth
- Required
- License
- MIT
- Stars
- 102
Needle indexes files that are otherwise dead weight for a model, and the MCP server exposes that as a small loop: create a collection, add documents or URLs to it, then run semantic search inside it. Making the collection the unit is the design decision worth noting — retrieval scope is stated explicitly per query instead of every search hitting one global index, so a support archive and a legal archive stay apart without separate accounts. The recommended path is the hosted streamable HTTP endpoint at mcp.needle.app/mcp with the API key sent as a bearer header; the older SSE endpoint still answers but the MCP specification has deprecated that transport. A local uv run and a Docker image cover self-hosting.
Similar MCP servers
Grounded Docs MCP Server
MCP serverIndexes library documentation locally so queries answer for the version actually in your lockfile.
Safe Docx
MCP serverEdits an existing Word file in place and emits both a clean copy and a tracked-changes redline.
Elasticsearch MCP Server
MCP serverSearch Elasticsearch indices and read mappings through a Docker-run MCP server.

Comments(0)
Sign in to comment