About
为Claude和其他LLM应用提供3DM Mod网站的数据访问能力,让用户可以通过自然语言查询和获取Mod信息。
README
✨ 项目简介
GlossModMCP 是一个完整的 MCP (Model Context Protocol) 服务器实现,为 Claude 和其他 LLM 应用提供 3DM Mod 网站的数据访问能力。
⚡ 快速开始 (3分钟)
前置条件
- Python 3.11+
- uv
- 3DM Mod API 密钥
安装
pip install glossmod-mcp
更新
pip install --upgrade glossmod-mcp
配置
{
"servers": {
"glossmod-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["glossmod-mcp"],
"env": {
"GLOSSMOD_API_KEY": "${input:GLOSSMOD_API_KEY}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "GLOSSMOD_API_KEY",
"description": "输入你的Mod站 API",
"default": "",
"password": true
}
]
}
Install GlossModMCP in Claude Desktop, Claude Code & Cursor
unyly install glossmodmcpInstalls 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 glossmodmcp -- uvx glossmod-mcpFAQ
Is GlossModMCP MCP free?
Yes, GlossModMCP MCP is free — one-click install via Unyly at no cost.
Does GlossModMCP need an API key?
No, GlossModMCP runs without API keys or environment variables.
Is GlossModMCP hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install GlossModMCP in Claude Desktop, Claude Code or Cursor?
Open GlossModMCP 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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare GlossModMCP with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
