streamable-httpMITupdated 3mo ago
This local MCP server is deprecated. Use the hosted remote MCP server instead — no installation required.
O que dá para fazer com 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
Instalação
Adicione kweenkl mcp ao seu cliente. Escolha o que você usa.
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`.
Pontuação
39 / 100
Incompleta
- Documentação14/25
- Manutenção16/25
- Confiança13/20
- Capacidade0/15
- Instalação12/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
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.1.0Mais recente | 5 de jun. de 2026 |