Skip to main content
Glama
tane994

paretostudio-mcp

by tane994

paretostudio-mcp

从 Claude Code、Cursor 和任何 MCP 客户端中读取你的 ParetoStudio 提示词、智能体与技能库。将智能体和技能以文件形式安装到 Claude Code 中。

快速开始

1. 获取你的 API 密钥

前往 paretostudio.io/settings,进入 Developer 页面,然后创建一个 API 密钥。

2. 配置你的客户端

Claude Code(项目根目录中的 .mcp.json):

{
  "mcpServers": {
    "paretostudio": {
      "command": "npx",
      "args": ["-y", "paretostudio-mcp@latest"],
      "env": {
        "PARETOSTUDIO_API_KEY": "psk_your_key_here"
      }
    }
  }
}

Cursor(设置 > MCP):

{
  "mcpServers": {
    "paretostudio": {
      "command": "npx",
      "args": ["-y", "paretostudio-mcp@latest"],
      "env": {
        "PARETOSTUDIO_API_KEY": "psk_your_key_here"
      }
    }
  }
}

Claude Desktopclaude_desktop_config.json):

{
  "mcpServers": {
    "paretostudio": {
      "command": "npx",
      "args": ["-y", "paretostudio-mcp@latest"],
      "env": {
        "PARETOSTUDIO_API_KEY": "psk_your_key_here"
      }
    }
  }
}

Codex~/.codex/config.toml):

[mcp_servers.paretostudio]
command = "npx"
args = ["-y", "paretostudio-mcp@latest"]

[mcp_servers.paretostudio.env]
PARETOSTUDIO_API_KEY = "psk_your_key_here"

3. 使用它

对 Codex、Claude 或你的 MCP 客户端说“列出我的提示词”或“安装我的智能体”——这些工具会自动出现在可用列表中。

Related MCP server: tokrepo-mcp-server

可用工具

工具

描述

list_prompts

列出你库中的所有提示词

get_prompt

获取完整的提示词内容(全部 6 个步骤)

search_prompts

按标题或描述搜索提示词

list_agents

列出所有智能体

get_agent

获取带完整配置的智能体

search_agents

搜索智能体

list_skills

列出所有技能

get_skill

获取带完整配置的技能

search_skills

搜索技能

install_skill

为 Claude 或 Codex 项目结构安装技能

install_agent

将智能体下载到 .claude/agents/

install_bundle

一个操作同时安装智能体与技能

create_prompt

创建新的提示词

update_prompt

更新提示词

delete_prompt

删除提示词

create_skill

创建新的技能

update_skill

更新技能

delete_skill

删除技能

create_agent

创建新的智能体

update_agent

更新智能体

delete_agent

删除智能体

安装类工具默认不会覆盖已有文件。只有当你确实想要替换已安装的智能体或技能时,才传入 overwrite: true。对于 Codex 项目技能,请使用 client: "codex" 调用 install_skill,技能会写入 .agents/skills/<name>/SKILL.md 而不是 .claude/skills/

写人类工具遵循你套餐的库容量上限(免费版:5 个提示词 / 2 个智能体 / 2 个技能;Pro 与 Team:无限制)。

速率限制

套餐

每日请求数

写访问权限

免费版

50

有——在套餐上限内(5 个提示词 / 2 个智能体 / 2 个技能)

Pro

500

有——无限制

Team

500

有——无限制,共享团队库

环境变量

变量

是否必需

默认值

描述

PARETOSTUDIO_API_KEY

--

你的 API 密钥(以 psk_ 开头)

PARETOSTUDIO_API_URL

https://paretostudio.io

API 基础 URL

源码

服务端源码位于 ParetoStudio 应用仓库中,因为它导入的正是 API 所执行的同一套业务规则(src/rules/)——在这里重复这套规则会让两者逐步漂移。本仓库是发布包的公开主仓库:manifest 注册表读取的内容、配置示例和文档都汇集于此。

发布是自动触发的:一次版本 bump 合入 main 即发布到 npm,而 CI 门禁会拒绝任何自上次 bump 以来服务器发生变化的构建。

链接

隐私政策

本服务器是运行在你机器上的一个本地进程。它只使用你提供的 API 密钥与 ParetoStudio API(https://paretostudio.io,或你配置的 PARETOSTUDIO_API_URL)进行通信,除此之外不会向任何其他地方发送数据。隐私政策:paretostudio.io/privacy

安全

参见 SECURITY.md。请将漏洞报告发送至 support@paretostudio.io——不要通过公开 issue 提交。

许可证

MIT——参见 LICENSE

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Connects AI coding agents to the SkillFlow marketplace to search, discover, and retrieve detailed information about agent skills. It enables users to browse trending skills, categories, and publisher data directly through MCP-compatible environments.
    5
    32
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Search and install 200+ curated AI assets (skills, prompts, MCP configs, scripts, workflows) from TokRepo's open registry. Works with Claude Code, Cursor, Codex, and any MCP-compatible client.
    75
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Automatically discovers and installs AI skills for your project's tech stack, supporting Claude, Copilot, Codex, and other MCP-compatible agents.
    14
    4
    MIT