streamable-httpupdated 19d ago
The documentation, as a tool your agent can call.
What can you do with 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.
Install
Add developer toolkit mcp to your client. Pick the one you use.
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`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust6/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 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
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 20, 2026 |