AADDYY MCP Server
Enables AI agents to use over 100 AI tools for tasks like content generation, image creation, video generation, and problem solving via the AADDYY API.
README
@aaddyy/mcp-server
MCP server for AADDYY — use 100+ AI tools directly from Cursor, Claude Code, Windsurf, and any MCP-compatible client.
What it does
When you add this MCP server, your AI agent can:
- Generate articles, essays, emails
- Create images, logos, headshots
- Generate videos
- Solve math and physics problems
- Analyze SEO, research keywords
- And 90+ more tools
All tools are dynamically loaded from the AADDYY API — when new tools are added, they appear automatically.
Quick Setup
1. Get an API key
Sign up at aaddyy.com (50 free credits, no card needed) and create an API key at aaddyy.com/api-keys.
2. Add to your editor
Cursor (.cursor/mcp.json):
{
"mcpServers": {
"aaddyy": {
"command": "npx",
"args": ["@aaddyy/mcp-server"],
"env": {
"AADDYY_API_KEY": "aip_your_key_here"
}
}
}
}
Claude Code (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"aaddyy": {
"command": "npx",
"args": ["@aaddyy/mcp-server"],
"env": {
"AADDYY_API_KEY": "aip_your_key_here"
}
}
}
}
Windsurf (.windsurf/mcp.json):
{
"mcpServers": {
"aaddyy": {
"command": "npx",
"args": ["@aaddyy/mcp-server"],
"env": {
"AADDYY_API_KEY": "aip_your_key_here"
}
}
}
}
3. Use it
Just ask your AI agent:
- "Generate an article about AI trends"
- "Create a logo for my startup"
- "Solve this math problem: integrate x^2 from 0 to 5"
The agent will use AADDYY tools automatically.
Pricing
Pay-per-use. 1 credit = $0.01. Most tools cost 1-10 credits. New accounts get 50 free credits ($0.50).
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
AADDYY_API_KEY |
Yes | — | Your API key (starts with aip_) |
AADDYY_BASE_URL |
No | https://backend.aaddyy.com/api |
API base URL |
Links
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.