MCPRepository
About
Open Source Repository for ModelContextProtocol MCP server
Details
- Author
- jaimaann
- GitHub stars
- 7
- Downloads
- 199
- Categories
- Other
Jump to
- Open-source MIT-licensed repository for MCP servers
- Eases discovery of MCP servers
- Simplifies listing of MCP servers
- Streamlines installation guides for MCP servers
- Built with Next.js 15.3.0 and React 19.1.0
You can visit the live demo at https://mcprepository.net/ or install it locally by cloning the repository, installing dependencies with npm or yarn, creating a .env.local file with your Google Analytics ID, and running npm run dev to start the development server.
MCPRepository
<p align="center">
![]()
</p>
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
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
```bash
npm run dev
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



