MCP server for AskNeedl
Project description
🚀 AskNeedl MCP Server Setup
For Claude Desktop
Install askneedl-mcp-server:
pip install askneedl-mcp-server
Note: Make sure to use the python executable from the same environment where you are installing the askneedl-mcp-server. Steps to locate the python executable are mentioned below.
Finding <YOUR-PYTHON-EXECUTABLE-PATH>:
Before running the commands below, activate the environment where you have installed the askneedl-mcp-server package. No need to activate the environment if you are using the system python.
For macOS/Linux
Open the terminal and run:
which python
For Windows
Open the command prompt and run:
where python
Get your Needl API Key and UUID:
Contact Needl support(support@needl.ai) to get your API key and user UUID.
Configure claude desktop:
Add the below code to the respective claude_desktop_config.json file: (example .config/Claude/claude_desktop_config.json for linux):
{
"mcpServers": {
"askneedl-mcp-server": {
"command": <YOUR-PYTHON-EXECUTABLE-PATH>,
"args": [
"-m",
"askneedl_mcp_server"
],
"shell": true,
"env": {
"NEEDL_API_KEY": <YOUR-NEEDL-API-KEY>,
"USER_UUID": <YOUR-PUBLIC-UUID>,
"env": "prod"
}
}
}
}
For local development and debugging:
Run the server:
python -m askneedl_mcp_server
Install uv:
For macOS and Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
For windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
(If you are facing installation errors, please refer the the uv installation guide(referenced above) for troubleshooting)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file askneedl_mcp_server-0.1.6.tar.gz.
File metadata
- Download URL: askneedl_mcp_server-0.1.6.tar.gz
- Upload date:
- Size: 23.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
095d9b9ff2caa3da7450edeecfffd69bd602f072f1e52dd360f21918bfc79ca1
|
|
| MD5 |
43437e2cc0920893322a3c8021d7ae8c
|
|
| BLAKE2b-256 |
37a5ba85e1d24b5c3f345d9687f31501ac7a9b58836e3ffaef576aae12c5c472
|
File details
Details for the file askneedl_mcp_server-0.1.6-py3-none-any.whl.
File metadata
- Download URL: askneedl_mcp_server-0.1.6-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2d94f659cd69d27ea3b720ad48b70165a05fecb8818da863e02ea161909c0d8
|
|
| MD5 |
0905d65a00e9aca94b99804f03b54bff
|
|
| BLAKE2b-256 |
dc5f3f91caedbed50d42e127ac370aebef6d9a794eba3ffd2973897b8cccac12
|