Integration of Needle in modelcontextprotocol
MCP (Model Context Protocol) server to manage documents and perform searches using Needle through Claude’s Desktop Application.
Needle MCP Server allows you to:
Below is an example of how the commands can be used in Claudie Desktop to interact with the server:
https://github.com/user-attachments/assets/0235e893-af96-4920-8364-1e86f73b3e6c
For a full walkthrough on using the Needle MCP Server with Claude and Claudie Desktop, watch this YouTube explanation video.
git clone https://github.com/yourusername/needle-mcp.git
brew install uv
Create claude_desktop_config.json:
~/Library/Application Support/Claude/ and create the file inside it%APPDATA%/Claude/ and create the file inside itAdd this configuration to claude_desktop_config.json:
{
"mcpServers": {
"needle_mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/needle-mcp",
"run",
"needle-mcp"
],
"env": {
"NEEDLE_API_KEY": "your_needle_api_key"
}
}
}
}
Get your Needle API key from needle.xyz
Update the config file:
/path/to/needle-mcp with your actual repository pathQuit Claude completely and reopen it
If not working:
pip uninstall uv and reinstall with brew install uv)which uv and replace "command": "uv" with the full pathIf you’re seeing old configurations or the integration isn’t working:
find / -name "claude_desktop_config.json" 2>/dev/null
rm -rf ~/Library/Application\ Support/Claude/*%APPDATA%/Claude/mkdir -p ~/Library/Application\ Support/Claude
cat > ~/Library/Application\ Support/Claude/claude_desktop_config.json
<< 'EOL'
{
"mcpServers": {
"needle_mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/needle-mcp",
"run",
"needle-mcp"
],
"env": {
"NEEDLE_API_KEY": "your_needle_api_key"
}
}
}
}
EOL
Completely quit Claude Desktop (Command+Q on Mac) and relaunch it
If you still see old configurations:
System_information_mcp
DevEnvInfoServer - Cursor MCP Server for Development Environment Information
Perplexity Mcp Server
This Model Context Protocol (MCP) server enables LLMs like Claude to perform internet research using the Perplexity API. It provides real-time, up-to-date information with source citations.
Findmine Mcp
MCP server for FindMine's product styling AI
An MCP server implementation for managing marginalia and annotations
An MCP (Model Context Protocol) server for executing macOS terminal commands with ZSH shell. This server provides a secure way to execute shell commands with built-in whitelisting and approval mechanisms.
Database Upadter MCP
NHL api client, mcp server, and cli written in Go