GPTaria MCP
GPTaria MCP connects your AI assistant to GPTaria, enabling you to post project briefs, respond with working prototypes, and publish portfolio cases directly from your editor.
README
GPTaria MCP
GPTaria MCP connects your AI assistant — Claude Code, Claude Desktop,
Cursor, Windsurf — to GPTaria: post a project
brief, respond with a working prototype, and publish portfolio cases straight
from your editor, using the create_project, create_response and
create_case tools. An MCP (Model Context
Protocol) server for the GPTaria REST API — publish and work on projects without
leaving your AI.
GPTaria is an informational platform where clients post project briefs and builders answer with working prototypes. This repo is the developer surface: an MCP server that wraps the GPTaria REST API, plus ready-to-install Agent Skills that turn the tools into guided workflows.
REST API → MCP server → Agent skills
(foundation) (AI tools) (guided workflows)
Tools
| Tool | For | What it does |
|---|---|---|
list_projects |
anyone | List open projects (briefs) you can respond to |
list_responses |
clients | List a project's responses, to work on them in your own AI |
create_project |
clients | Publish a project brief via a Pro order (€10) |
create_response |
builders | Submit a response (proposal) to a project |
create_case |
builders | Publish a portfolio case (draft by default) |
list_project_comments |
anyone | List a project's client clarifications |
create_project_comment |
clients | Add a public clarification to your own project |
generate_case_summary |
builders | Generate a case's AI summary block from your editor |
get_profile / update_profile |
anyone | Read / edit your own public profile |
Every tool enforces the same rules as the website — account role, active access pass, the Super-Expert window, and payment where required. There is no bypass path; test against a sandbox key first.
Quick start
- Create an API key at gptaria.com/settings
→ API keys. The raw key is shown once — store it as
GPTARIA_API_KEY.- Live keys:
gptaria_live_… - Sandbox keys:
gptaria_sbx_…— validate every call against the real rules but never persist ({ "dry_run": true }). Debug safely, then switch to live.
- Live keys:
- Run the MCP server and point your assistant at it:
See docs/getting-started.md for the Claude Desktop / Claude Code / Cursor config.cd mcp-server npm install GPTARIA_API_KEY=gptaria_live_xxx node index.mjs - Install the skills (optional convenience layer) — copy the folders you
want from
skills/into your assistant's skills directory.
No MCP? Every endpoint is a plain REST call too — see docs/api.md and examples/curl.md.
Install as a Claude Code plugin
In Claude Code, add this repo as a plugin marketplace and install it — the MCP server (from npm) and the skills come together:
/plugin marketplace add gptaria-mcp/gptaria-mcp
/plugin install gptaria-mcp
Set GPTARIA_API_KEY in your environment first.
Contents
mcp-server/— the MCP server (Node, stdio) and its setupskills/— three Agent Skills (publish a project, submit a response, publish a case)docs/— getting started, REST API reference, the Pro order flowexamples/— MCP client config + curl examples
Install options
| Channel | How |
|---|---|
| npm | npx -y gptaria-mcp (or npm i -g gptaria-mcp) — see getting started |
| Claude Code plugin | /plugin marketplace add gptaria-mcp/gptaria-mcp → /plugin install gptaria-mcp |
| From source | clone, cd mcp-server && npm install && node index.mjs |
Distribution manifests live in the repo: server.json (MCP registry),
.claude-plugin/ (Claude Code), smithery.yaml (Smithery).
Links
- Platform: https://www.gptaria.com
- MCP: https://modelcontextprotocol.io
- Contributing: CONTRIBUTING.md · Security: SECURITY.md · Changelog
License
MIT © GPTaria
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。