Skip to content

cnych/claude-mcp

Repository files navigation

Claude MCP Community Website

MCP Logo

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.

📋 MCP Servers and Clients

Featured MCP Servers

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

Featured MCP Clients

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

🚀 Getting Started

Prerequisites

  • Node.js 18.x or later
  • npm or yarn

Development Setup

  1. Clone the repository:
git clone https://github.com/cnych/claude-mcp.git
cd claude-mcp
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.

Project Structure

  • /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

🌐 Internationalization

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.

🤝 Contributing

We welcome contributions to the Claude MCP Community website! Here are ways you can contribute:

Contributing Servers

  1. Fork the repository
  2. Create a new file in the /servers/{locale} directory following the existing format
  3. 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.

Contributing to the Website

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add some amazing feature'
  4. Push to the branch: git push origin feature/amazing-feature
  5. Open a pull request

Translation Contributions

We appreciate help with translations. To contribute:

  1. Check the /src/messages directory for translation files
  2. Add or improve translations for your language
  3. Submit a pull request with your changes

About

Claude Unified Model Context Interaction Protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages