MCPRepository

MCPRepository

Open Source Repository for ModelContextProtocol MCP server

jaimaann

Developer Tools
Visit Server

README

MCPRepository

<p align="center"> <img src="public/icons/icon-192X192.png" alt="MCPRepository Logo" width="200"/> </p>

Open Source Repository for ModelContextProtocol MCP server

License: MIT Next.js React

Table of Contents

Overview

MCPRepository is an open-source Next.js project designed to centralize MCPServes. The key tenets of this project include:

  • Easing the discovery of MCP Servers
  • Simplifying the process of listing MCP Servers
  • Streamlining the installation of MCP Servers

Demo

Visit the live demo at https://mcprepository.net/

Installation

Prerequisites

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

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/MCPRepository.git
    cd MCPRepository
    
  2. Install dependencies:

    npm install
    # or
    yarn install
    
  3. Create a .env.local file in the root directory:

    NEXT_PUBLIC_GA_ID=your-google-analytics-id
    
  4. Start the development server:

    npm run dev
    # or
    yarn dev
    
  5. Open http://localhost:3000 in your browser to see the application.

Usage

Development

npm run dev
# or
yarn dev

Building for Production

npm run build
# or
yarn build

Running in Production Mode

npm run start
# or
yarn start

Linting

npm run lint
# or
yarn lint

Project Structure

MCPRepository/
├── public/             # Static assets
├── src/
│   ├── app/            # App router pages and layouts
│   ├── components/     # Reusable React components
│   ├── styles/         # Global styles
│   └── lib/            # Utility functions and helpers
├── .env.local          # Environment variables (create this file)
├── next.config.js      # Next.js configuration
├── tsconfig.json       # TypeScript configuration
└── package.json        # Project dependencies and scripts

Roadmap

Our vision for MCPRepository includes:

Short-term Goals (Next 3 months)

  • [ ] Presently, MCP Server data is static, implement backend server
  • [ ] Implement ratings and comments section for MCP Servers
  • [ ] Create user profiles, siging and signup
  • [ ] Implement category
  • [ ] Implement Easy Installation Guide

Medium-term Goals (3-6 months)

  • [ ] Implement a desktop app to install/uninstall MCPServers with one click

How to Contribute

We welcome contributions from everyone! Here's how you can help:

Getting Started

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes
  4. Run tests and linting: npm run lint
  5. Commit your changes: git commit -m 'Add some feature'
  6. Push to the branch: git push origin feature/your-feature-name
  7. Submit a pull request

Contribution Guidelines

  • Follow the existing code style and conventions
  • Write clear, descriptive commit messages
  • Add unit tests for new features
  • Update documentation as needed
  • Make sure all tests pass before submitting PRs

Issues and Bug Reports

  • Use the GitHub Issues tab to report bugs or request features
  • Use clear and descriptive titles
  • Provide detailed steps to reproduce any bugs
  • Suggest possible solutions if you have ideas

Code of Conduct

Please be respectful and inclusive when contributing to this project. We expect all contributors to adhere to our code of conduct, which promotes a welcoming and harassment-free experience for everyone.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments


Made with ❤️ by mcprepository.net

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
MCP Package Docs Server

MCP Package Docs Server

Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.

Featured
Local
TypeScript
Claude Code MCP

Claude Code MCP

An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.

Featured
Local
JavaScript
@kazuph/mcp-taskmanager

@kazuph/mcp-taskmanager

Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.

Featured
Local
JavaScript
Linear MCP Server

Linear MCP Server

Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.

Featured
JavaScript
mermaid-mcp-server

mermaid-mcp-server

A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.

Featured
JavaScript
Jira-Context-MCP

Jira-Context-MCP

MCP server to provide Jira Tickets information to AI coding agents like Cursor

Featured
TypeScript
Linear MCP Server

Linear MCP Server

A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Featured
JavaScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python