remorses
MCP Serverremorsespublic

easymcp

将 OpenAPI 规范转换为 MCP 格式的工具,包含多种组件和实用程序。

Repository Info

32
Stars
2
Forks
32
Watchers
0
Issues
TypeScript
Language
-
License

About This Server

将 OpenAPI 规范转换为 MCP 格式的工具,包含多种组件和实用程序。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Easy MCP

This repository contains the code for the Easy MCP project. It includes various components and utilities related to the Model Context Platform.

The key functionalities of this project is the conversion of OpenAPI specifications to the MCP format.

🏆 This project won the 3rd place at the AI Hackaton Paris

Documentation

Want to know about all the details about the project? Head to:

  • 🧠 Documentation main page
  • 🚀 QuickStart

Want to dive deeper?

  • 🔥 Check out the official youtube video or the detailed one
  • 📚 Read our blog post

Installation

Download the repo:

git clone https://github.com/remorses/easymcp.git

To install the dependencies, run the following command at the root of the repository:

cd easymcp && pnpm install

Run the application locally:

cd website && pnpm dev

Self-hosting with Custom NPM Credentials

If you are self-hosting the Easy MCP service and want to publish packages under your own NPM username, follow these steps:

  1. Open Account Settings: Once the application is running, open the sidebar menu on the top left corner and click on the "Account" item.
  2. Enter NPM Credentials: In the pop up, enter your NPM username and NPM API key.
  3. Save Credentials: Click "Save". These credentials will be stored locally in your browser and used when generating npm install commands and for future NPM publishing features.

Usecase example: Poke-api with Claude

If you want to integrate one of our published MCP on NPM on Claude:

  1. Copy the following dictionary
{
  "mcpServers": {
    "trymodelcontext": {
      "command": "npx",
      "args": ["-y", "@modelcontext/pokeapi"],
      "env": {
        "API_TOKEN": ""
      }
    }
  }
}
  1. Paste it on Claude: Claude -> Settings -> Developer -> Edit Config
  2. If everything went well, you should see pokeapi listed among your MCP servers
  3. Ask claude about how many pokemon exists!

Quick Start

1

Clone the repository

git clone https://github.com/remorses/easymcp
2

Install dependencies

cd easymcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerremorses
Repoeasymcp
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation