This repository contains the source code for claudemcp.com, a community website for the Model Context Protocol (MCP). The site serves as a hub for MCP documentation, server directory, client information, and community resources.
The following MCP servers are currently documented on the website:
- Backlinks MCP - Server for retrieving backlinks information for domains
- Blender MCP - Integration with Blender 3D modeling software
- Brave Search - Web search capabilities using Brave's search engine
- Claudflare - Integration with Cloudflare services
- Fetch - Web content fetching and processing
- Figma Context - Access and manipulation of Figma designs
- Firecrawl - Advanced web scraping and crawling capabilities
- Filesystem - Secure file system operations with configurable access
- Git - Git repository operations and management
- GitHub - GitHub API integration for repository management
- Google Drive - Access and management of Google Drive files
- Playwright - Browser automation and testing
- PostgreSQL - PostgreSQL database interactions
- Puppeteer - Headless browser automation
- SQLite - SQLite database interactions
- Zapier - Integration with thousands of web services through Zapier
The website features information about these MCP client applications:
- Claude Desktop - Official desktop application by Anthropic
- Continue - AI-powered software development environment
- Cursor - Code editor with AI assistant capabilities
- Node.js 18.x or later
- npm or yarn
- Clone the repository:
git clone https://github.com/cnych/claude-mcp.git
cd claude-mcp
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser to see the result.
/src/app/[locale]
- Application routes with internationalization support/src/components
- Reusable UI components/src/i18n
- Internationalization configuration/src/messages
- Translation files for multiple languages/servers
- Content files for MCP servers/clients
- Content files for MCP clients/docs
- Documentation content files/blogs
- Blog post content files
The website supports the following languages:
- English (en)
- Korean (ko)
- Simplified Chinese (zh)
- Traditional Chinese (tw)
To add content in a specific language, place your files in the corresponding language directory under the content folders.
We welcome contributions to the Claude MCP Community website! Here are ways you can contribute:
- Fork the repository
- Create a new file in the
/servers/{locale}
directory following the existing format - Submit a pull request with your server information
Alternatively, use the "Submit a Server" button on the Servers page to create a pull request directly.
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature
- Commit your changes:
git commit -m 'Add some amazing feature'
- Push to the branch:
git push origin feature/amazing-feature
- Open a pull request
We appreciate help with translations. To contribute:
- Check the
/src/messages
directory for translation files - Add or improve translations for your language
- Submit a pull request with your changes