Skip to main content
Glama
pipeworx-io

mcp-mdn-search

by pipeworx-io

@pipeworx/mdn-search

Mozilla Developer Network (MDN) search MCP — search MDN docs for HTML/CSS/JS/Web APIs and fetch page summaries. Keyless.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

  • search(query, locale?, size?, page?) — full-text MDN search

  • summary(slug, locale?) — page summary (title, sections, first paragraph)

  • bcd(slug, locale?) — Browser Compatibility Data block for a feature page

Related MCP server: @depthark/css-first

Locales

Common: en-US (default), fr, es, ja, zh-CN, pt-BR, de, ru, ko.

Data source

  • Search: https://developer.mozilla.org/api/v1/search

  • Page: https://developer.mozilla.org/api/v1/<locale>/page?slug=…

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "mdn-search": {
      "url": "https://gateway.pipeworx.io/mdn-search/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Mdn Search data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    This server integrates with Mozilla Developer Network (MDN) documentation to suggest CSS properties, check browser support, and provide implementation guidance with user consent mechanisms.
    4
    1
    4
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides programmatic access to GameMaker Language (GML) documentation through MCP tools for function lookup, documentation search, and comprehensive coding guidance. Includes built-in GameMaker documentation with no additional setup required.
    29
    5
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides up-to-date CSS documentation and browser compatibility data from MDN through natural language queries. Features intelligent caching and supports all CSS properties, selectors, functions, and concepts with automatic normalization.
    113
    334
    ISC

View all related MCP servers

Related MCP Connectors

  • Get up-to-date, version-specific documentation and code examples from official sources directly in…

  • Search Stack Exchange questions, fetch Q&A threads as markdown, look up tag FAQs and user profiles.

  • DevDocs.io keyless docs index + entry search + content (Angular, MDN, Rust, etc.).

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-mdn-search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server