UseKeen Documentation MCP Server (Python)
MCP Server for the UseKeen Package Documentation Search API, enabling Claude and other AI assistants to search for documentation of packages and services.
Tools
usekeen_package_doc_search
- Search documentation of packages and services to find implementation details, examples, and specifications
- Required inputs:
package_name
(string): Name of the package or service to search documentation for (e.g. 'react', 'aws-s3', 'docker')
- Optional inputs:
query
(string): Search term to find specific information within the package/service documentation (e.g. 'file upload example', 'authentication methods')
- Returns: Documentation search results with relevant matches, URLs, and snippets
Setup
- Get a UseKeen API key from the UseKeen service
- Set up the environment with your API key as shown below
Installation
From PyPI
From Source
Usage with Claude Desktop
Add the following to your claude_desktop_config.json
:
Usage with VS Code
For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P
and typing Preferences: Open Settings (JSON)
.
Optionally, you can add it to a file called .vscode/mcp.json
in your workspace. This will allow you to share the configuration with others.
Note that the
mcp
key is not needed in the.vscode/mcp.json
file.
Manual Setup
Using the Helper Scripts
We provide two helper scripts to make it easier to run the server:
- Local Execution:
- Docker Execution:
Both scripts will check for a .env
file containing your USEKEEN_API_KEY
. You can create this file based on the provided .env.example
.
Running with Python
Set the USEKEEN_API_KEY
environment variable and run the server:
Running with Docker
Build and run the Docker container with the API key:
Environment Variables
USEKEEN_API_KEY
: Required. Your UseKeen API key for authentication.
Troubleshooting
If you encounter errors, verify that:
- Your UseKeen API key is valid and correctly set in your configuration
- You have an active internet connection to reach the UseKeen API
- The UseKeen service is currently available
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables AI assistants to search documentation of packages and services to find implementation details, examples, and specifications.
Related MCP Servers
- -securityFlicense-qualityEnables AI assistants to enhance their responses with relevant documentation through a semantic vector search, offering tools for managing and processing documentation efficiently.Last updated -1337TypeScript
- -securityAlicense-qualityAccess any documentation indexed by RagRabbit Open Source AI site searchLast updated -2115TypeScriptMIT License
- -securityAlicense-qualityProvides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.Last updated -13TypeScriptMIT License
- -securityFlicense-qualityEnables AI assistants to search for documentation of packages and services, providing implementation details, examples, and specifications through a specialized API.Last updated -11JavaScript