mcp-md2poster
Provides integration with GitHub for managing repository content, allowing for the configuration of owners, repositories, branches, and specific folders for file storage and operations.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-md2postercalculate the sum of 123 and 456"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-md2poster
这是一个基于 FastMCP 框架构建的 MCP (Model Context Protocol) 工具包。
功能
当前实现了一个简单的数学工具:
add: 用于执行两个数字相加的操作
Related MCP server: GitHub OAuth MCP Server
部署 MCP
{
"mcpServers": {
"mcp-md2poster": {
"args": ["-y","@pidanmoe/mcp-md2poster"],
"command": "npx",
"env": {
"GITHUB_TOKEN": "{{GITHUB_TOKEN}}",
"GITHUB_OWNER": "{{GITHUB_OWNER}}",
"GITHUB_REPO": "{{GITHUB_REPO}}",
"GITHUB_BRANCH": "{{GITHUB_BRANCH}}", // 默认为 main
"FOLDER": "{{FOLDER}}" // 默认为 uploads
}
}
}
}使用说明
该项目遵循 Model Context Protocol 规范,可以通过标准 I/O 或其他传输方式与支持 MCP 的客户端进行通信。
工具介绍
add
用于执行两个数字相加的操作
必填参数:
a: 第一个操作数b: 第二个操作数
返回: a + b 的值
安装依赖
bun install运行项目
bun run dev调试项目
bun run inspect构建项目
bun run build项目结构
index.ts: 主入口文件,初始化并启动 FastMCP 服务器
tools/add.ts: 实现了
add工具,支持两个数字相加操作utils/logger.ts: 日志工具模块
技术栈
Bun - JavaScript/TypeScript 运行时
FastMCP - MCP 框架
Zod - TypeScript-first schema declaration and validation library
此项目使用 bun v1.2.19 创建。Bun 是一个快速的一体化 JavaScript 运行时。
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
Create, deploy, and operate MCP servers directly from your GitHub repositories.
An MCP server that gives your AI access to the source code and docs of all public github repos
A simple MCP server built with FastMCP and python
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP Server for the GitHub API, providing features for file operations, repository management, and advanced search, with automatic branch creation and comprehensive error handling.184 npm8MIT
- FlicenseNot gradedqualityDmaintenanceA remote MCP server deployed on Cloudflare Workers with GitHub OAuth authentication, providing tools for mathematical operations and GitHub API access.-

Vindata MCP Serverofficial
FlicenseNot gradedqualityDmaintenanceRemote MCP server with built-in GitHub OAuth, deployed on Cloudflare Workers, enabling tools like addition, GitHub user info, and image generation with access control.-- AlicenseNot gradedqualityAmaintenanceA minimal MCP server that enables creating GitHub repositories, committing files, and publishing releases using just a personal access token, without Docker or local Git.2MIT