GPTaria MCP server, Agent Skills & REST API docs — connect your AI assistant (Claude, Cursor, …) to GPTaria.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gptaria-mcp": {
"command": "npx",
"args": [
"-y",
"gptaria-mcp/gptaria-mcp"
]
}
}
}
Run in terminal:
claude mcp add gptaria-mcp npx -y gptaria-mcp/gptaria-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"gptaria-mcp": {
"command": "npx",
"args": [
"-y",
"gptaria-mcp/gptaria-mcp"
]
}
}
}