streamable-httpMITupdated 3mo ago
This local MCP server is deprecated. Use the hosted remote MCP server instead — no installation required.
What can you do with kweenkl mcp?
kweenkl MCP Server (Deprecated)
This local MCP server is deprecated. Use the hosted remote MCP server instead — no installation required.
Use the Remote MCP Server
Endpoint: https://api.kweenkl.com/mcp
Setup
- Download the kweenkl iOS app
- Go to Settings in the app and copy your Device Token
- Add the MCP server to your AI client:
Claude Code:
claude mcp add kweenkl https://api.kweenkl.com/mcp --transport http --scope user --header "X-Kweenkl-Device-Token: YOUR_DEVICE_TOKEN"
ChatGPT: Add https://api.kweenkl.com/mcp in Settings > Apps & Connectors. Authentication is handled via OAuth — you'll be prompted to enter your device token during setup.
Any MCP client: Point to https://api.kweenkl.com/mcp with the X-Kweenkl-Device-Token header.
Full Documentation
See kweenkl.com/skill.md for the complete API reference.
Links
License
MIT
Install
Add kweenkl mcp to your client. Pick the one you use.
claude mcp add --transport http kweenkl-mcp https://api.kweenkl.com/mcpcodex mcp add kweenkl-mcp --url https://api.kweenkl.com/mcp{
"mcpServers": {
"kweenkl-mcp": {
"url": "https://api.kweenkl.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"kweenkl-mcp": {
"type": "http",
"url": "https://api.kweenkl.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"kweenkl-mcp": {
"url": "https://api.kweenkl.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"kweenkl-mcp": {
"serverUrl": "https://api.kweenkl.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation14/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 87 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Jun 5, 2026 |