Production MCP servers that actually work.
WideMCP is an open-source, local-first platform for curated Model Context Protocol (MCP) servers and orchestration around widely used open-source tools. We care about reliability, clear documentation, and privacy—your workloads run on your machine; nothing is sent to WideMCP to “do the work” for you.
| Repo | Role |
|---|---|
| WideMCP/widemcp | Source code — monorepo for MCP servers and shared libraries (e.g. @widemcp/av-server, @widemcp/shared). Issues, PRs, and CI live here. |
| WideMCP/widemcp.github.io (this repo) | Website — content for widemcp.dev via GitHub Pages (CNAME). |
If you want to run or contribute to the servers, start with the widemcp repo, not this one.
widemcp-av)We are actively building the first public MCP servers in WideMCP/widemcp — including a local stdio server with tools such as echo and get_media_info (via yt-dlp where installed), shared utilities, and GitHub Actions on pull requests.
Quick links
npm ci, npm run ci, then follow that repo’s README for MCP client setup (e.g. Claude Desktop, Cursor).Contributions are welcome via fork and pull request into main on the widemcp repo; merges are done by maintainers after review and green CI.
Apache-2.0 — see LICENSE. (This repository contains the website content for widemcp.dev.)