Needle MCP Server
Rank #11,687glama/needle-ai/needle-mcp
A server that allows users to manage documents and perform Claude-powered searches using Needle through the Claude Desktop application.
Needle MCP Server is a Model Context Protocol (MCP) server published by needle-ai. It ranks #11,687 of 132,046 servers tracked on MCP Toplist, and its repository has 103 GitHub stars. Needle MCP Server is listed across 3 registries — Glama, PulseMCP and mcp.so, and ships as a single rolling release with no explicit version metadata. It was first listed on Dec 16, 2024.
Ranks ahead of 120,359 of 132,046 servers on MCP Toplist.
Use Needle MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http needle-mcp https://mcp.needle-ai.com/sseThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http needle-mcp https://mcp.needle-ai.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.needle-mcp]
url = "https://mcp.needle-ai.com/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.needle-mcp]
url = "https://mcp.needle-ai.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.needle-ai.com/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.needle-ai.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"needle-mcp": {
"url": "https://mcp.needle-ai.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"needle-mcp": {
"url": "https://mcp.needle-ai.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"needle-mcp": {
"type": "http",
"url": "https://mcp.needle-ai.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"needle-mcp": {
"type": "http",
"url": "https://mcp.needle-ai.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"needle-mcp": {
"serverUrl": "https://mcp.needle-ai.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"needle-mcp": {
"serverUrl": "https://mcp.needle-ai.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"needle-mcp": {
"url": "https://mcp.needle-ai.com/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"needle-mcp": {
"url": "https://mcp.needle-ai.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fneedle-ai%2Fneedle-mcp)<a href="https://mcptoplist.com/server/glama%2Fneedle-ai%2Fneedle-mcp"><img src="https://mcptoplist.com/badge/glama%2Fneedle-ai%2Fneedle-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
needle-ai
Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Needle MCP Server?
- Needle MCP Server is maintained by needle-ai, which publishes 1 MCP server (0 total versions) tracked on MCP Toplist.
- Is Needle MCP Server listed on the Official MCP Registry?
- Needle MCP Server is not on the Official MCP Registry. It is listed on Glama, PulseMCP and mcp.so.
- How many versions does Needle MCP Server have?
- Needle MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Needle MCP Server?
- The source code for Needle MCP Server is hosted at github.com/needle-ai/needle-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.