streamable-httpupdated 19d ago
The documentation, as a tool your agent can call.
¿Qué puedes hacer con developer toolkit mcp?
AI Developer Toolkit MCP
The documentation, as a tool your agent can call.
Your agent already guesses at Cursor flags, Claude Code hooks and Codex config. Point it here instead and it reads the guide — mid-prompt, without you leaving the editor. A public, read-only MCP endpoint over 950+ guides on AI-assisted development, in EN and PL, from developertoolkit.ai. No account, no API key.
Connect
A remote HTTP server — nothing to install, nothing to keep running.
claude mcp add --transport http dtk https://developertoolkit.ai/mcp
Cursor (.cursor/mcp.json):
{
"mcpServers": {
"dtk": {
"type": "http",
"url": "https://developertoolkit.ai/mcp"
}
}
}
Codex (~/.codex/config.toml):
[mcp_servers.dtk]
url = "https://developertoolkit.ai/mcp"
Any MCP client that speaks Streamable HTTP works — including ChatGPT connectors, where you paste the endpoint URL directly.
Tools
| Tool | In | Out |
|---|---|---|
search |
{ query } |
{ results: [{ id, title, url, snippet, lang }] } — ranked across both languages; a Polish query returns Polish articles. |
fetch |
{ id } |
{ id, title, text, url, metadata } — the complete article as markdown, not an extract. |
Corpus: every guide on developertoolkit.ai — Cursor, Claude Code and OpenAI Codex, from first setup through hooks, MCP, testing, CI and deployment — rebuilt on each deploy. Both tools are read-only.
Info: https://developertoolkit.ai/en/mcp/ · Contact: contact@wondel.ai · Wondel.ai — product studio building consumer AI experiences (text, image, video, voice), Warsaw, Poland.
Instalación
Añade developer toolkit mcp a tu cliente. Elige el que uses.
claude mcp add --transport http developer-toolkit-mcp https://developertoolkit.ai/mcpcodex mcp add developer-toolkit-mcp --url https://developertoolkit.ai/mcp{
"mcpServers": {
"developer-toolkit-mcp": {
"url": "https://developertoolkit.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"developer-toolkit-mcp": {
"type": "http",
"url": "https://developertoolkit.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"developer-toolkit-mcp": {
"url": "https://developertoolkit.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"developer-toolkit-mcp": {
"serverUrl": "https://developertoolkit.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Puntuación
39 / 100
Incompleta
- Documentación22/25
- Mantenimiento19/25
- Confianza6/20
- Capacidad0/15
- Instalación12/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 11 days ago
- Has a release history
- Repository is not archived
- No licence detected
- 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
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.0.0Última | 20 ago 2026 |