Skip to main content
ClaudeWave
mjaskolski avatar
mjaskolski

developer-toolkit-mcp

View on GitHub

Read-only MCP endpoint over 950+ guides on AI-assisted development (Cursor, Claude Code, Codex), EN+PL. Tools: search + fetch. Endpoint: https://developertoolkit.ai/mcp

MCP ServersOfficial Registry1 stars0 forksUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/21/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/mjaskolski/developer-toolkit-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "developer-toolkit-mcp": {
      "command": "node",
      "args": ["/path/to/developer-toolkit-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/mjaskolski/developer-toolkit-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# 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](https://developertoolkit.ai). No account, no API key.

## Connect

A remote HTTP server — nothing to install, nothing to keep running.

```bash
claude mcp add --transport http dtk https://developertoolkit.ai/mcp
```

Cursor (`.cursor/mcp.json`):

```json
{
  "mcpServers": {
    "dtk": {
      "type": "http",
      "url": "https://developertoolkit.ai/mcp"
    }
  }
}
```

Codex (`~/.codex/config.toml`):

```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](https://wondel.ai) — product studio building consumer AI experiences (text, image, video, voice), Warsaw, Poland.
claude-codecursormcpmcp-servermodel-context-protocol

What people ask about developer-toolkit-mcp

What is mjaskolski/developer-toolkit-mcp?

+

mjaskolski/developer-toolkit-mcp is mcp servers for the Claude AI ecosystem. Read-only MCP endpoint over 950+ guides on AI-assisted development (Cursor, Claude Code, Codex), EN+PL. Tools: search + fetch. Endpoint: https://developertoolkit.ai/mcp It has 1 GitHub stars and its last recorded update is dated 2026-08-20.

How do I install developer-toolkit-mcp?

+

You can install developer-toolkit-mcp by cloning the repository (https://github.com/mjaskolski/developer-toolkit-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is mjaskolski/developer-toolkit-mcp safe to use?

+

Our security agent has analyzed mjaskolski/developer-toolkit-mcp and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains mjaskolski/developer-toolkit-mcp?

+

mjaskolski/developer-toolkit-mcp is maintained by mjaskolski. The last recorded GitHub activity is dated 2026-08-20, with 0 open issues.

Are there alternatives to developer-toolkit-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy developer-toolkit-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: mjaskolski/developer-toolkit-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mjaskolski-developer-toolkit-mcp)](https://claudewave.com/repo/mjaskolski-developer-toolkit-mcp)
<a href="https://claudewave.com/repo/mjaskolski-developer-toolkit-mcp"><img src="https://claudewave.com/api/badge/mjaskolski-developer-toolkit-mcp" alt="Featured on ClaudeWave: mjaskolski/developer-toolkit-mcp" width="320" height="64" /></a>

More MCP Servers

developer-toolkit-mcp alternatives