About
Open Source Repository for ModelContextProtocol MCP server
README
Open Source Repository for ModelContextProtocol MCP server
Table of Contents
- Overview
- Features
- Demo
- Installation
- Usage
- Project Structure
- Roadmap
- How to Contribute
- License
- Acknowledgments
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
Clone the repository:
git clone https://github.com/yourusername/MCPRepository.git cd MCPRepositoryInstall dependencies:
npm install # or yarn installCreate a
.env.localfile in the root directory:NEXT_PUBLIC_GA_ID=your-google-analytics-idStart the development server:
npm run dev # or yarn devOpen 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
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name - Make your changes
- Run tests and linting:
npm run lint - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/your-feature-name - 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
- Built with Next.js
- UI components by React
- Animations powered by Framer Motion
Made with ❤️ by mcprepository.net
Installing MCPRepository
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/jaimaann/MCPRepositoryFAQ
Is MCPRepository MCP free?
Yes, MCPRepository MCP is free — one-click install via Unyly at no cost.
Does MCPRepository need an API key?
No, MCPRepository runs without API keys or environment variables.
Is MCPRepository hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install MCPRepository in Claude Desktop, Claude Code or Cursor?
Open MCPRepository on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare MCPRepository with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
