Md2poster
FreeNot checkedAn MCP server built with FastMCP that currently provides a simple mathematical addition tool. It includes environment configurations for GitHub repository integ
About
An MCP server built with FastMCP that currently provides a simple mathematical addition tool. It includes environment configurations for GitHub repository integration, suggesting future functionality for managing or uploading content.
README
这是一个基于 FastMCP 框架构建的 MCP (Model Context Protocol) 工具包。
功能
当前实现了一个简单的数学工具:
add: 用于执行两个数字相加的操作
部署 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 运行时。
Install Md2poster in Claude Desktop, Claude Code & Cursor
unyly install mcp-md2posterInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add mcp-md2poster -- npx -y @pidanmoe/mcp-md2posterStep-by-step: how to install Md2poster
FAQ
Is Md2poster MCP free?
Yes, Md2poster MCP is free — one-click install via Unyly at no cost.
Does Md2poster need an API key?
No, Md2poster runs without API keys or environment variables.
Is Md2poster hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Md2poster in Claude Desktop, Claude Code or Cursor?
Open Md2poster 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 Md2poster with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
