Skip to main content
Glama
GlossMod

GlossModMCP

Official
by GlossMod

GlossModMCP - 3DM Mod API MCP 服务器

PythonMCPStatusLicense

3DM Mod 站的 MCP 服务器


✨ 项目简介

GlossModMCP 是一个完整的 MCP (Model Context Protocol) 服务器实现,为 Claude 和其他 LLM 应用提供 3DM Mod 网站的数据访问能力。

⚡ 快速开始 (3分钟)

前置条件

安装

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
        }
    ]
}

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GlossMod/gloss-mod-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server