AI Tools in Your IDE: Set Up AADDYY MCP Server in 2 Minutes
When you type "generate a logo for my startup" in Cursor, what happens?
Without an MCP server: Cursor writes code that calls an API. You have to set up the API, get keys, install SDKs, handle errors — then run the code.
With AADDYY's MCP server: Cursor calls AADDYY directly. You get a logo. Done.
{
"mcpServers": {
"aaddyy": {
"command": "npx",
"args": ["@aaddyy/mcp-server"],
"env": { "AADDYY_API_KEY": "aip_your_key_here" }
}
}
}
That config gives your AI agent access to 35 tools: article generation, image creation, video, SEO analysis, math solving, social media content, and more. Every tool works through natural language — just ask.
What's MCP?
MCP (Model Context Protocol) is how AI agents in Cursor, Claude Code, and Windsurf discover and use external tools. Without MCP, your agent can only read and write code. With MCP, it can generate images, analyze websites, create videos, and solve equations — all without leaving your editor.
The MCP ecosystem hit 5,000+ community servers in early 2026. Most are for infrastructure — GitHub, databases, Slack. AADDYY is one of the few that gives agents creative AI tools.
Setup: 2 Minutes
Step 1: Get an API Key
Sign up at aaddyy.com. You get 50 free credits (no card needed). Create a key at aaddyy.com/api-keys.
Step 2: Add the Config
Cursor — create .cursor/mcp.json in your project root:
{
"mcpServers": {
"aaddyy": {
"command": "npx",
"args": ["@aaddyy/mcp-server"],
"env": {
"AADDYY_API_KEY": "aip_your_key_here"
}
}
}
}
Claude Code — add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"aaddyy": {
"command": "npx",
"args": ["@aaddyy/mcp-server"],
"env": {
"AADDYY_API_KEY": "aip_your_key_here"
}
}
}
}
Windsurf — create .windsurf/mcp.json:
{
"mcpServers": {
"aaddyy": {
"command": "npx",
"args": ["@aaddyy/mcp-server"],
"env": {
"AADDYY_API_KEY": "aip_your_key_here"
}
}
}
}
Step 3: Use It
Restart your editor. Now just ask:
- "Generate an article about AI trends in 2026"
- "Create a modern logo for a startup called NovaTech"
- "Solve this integral: x^2 from 0 to 5, show steps"
- "Analyze the SEO of https://example.com"
- "Write a professional LinkedIn post about our product launch"
- "Generate a headshot for a team page"
The agent picks the right AADDYY tool automatically.
All 35 Tools Available
The MCP server dynamically loads every active tool from AADDYY's API. Here's what you get today:
Content & Writing
- Article Generator — full SEO articles
- Essay Writer — academic and professional essays
- Email Writer — business and personal emails
- Job Email Creator — application emails
- Title Generator — SEO titles and headlines
- Caption Generator — social media captions
- Research Blog Writer — articles with real SERP data
- Synonym Finder — word alternatives
- Content Curator — structured document creation
Images & Design
- Image Generator — images from text prompts
- Logo Creator — brand logos
- Headshot Generator — professional headshots
- Album Cover Generator — music artwork
- T-Shirt Designer — apparel designs
- Jewelry Designer — custom jewelry
- Halloween Costume Generator — costume ideas
- Product Photo Studio — e-commerce photos
- Image Prompt Creator — reverse-engineer prompts from images
- Nano Banana — image transformation
- Upscale Image — enhance resolution up to 4x
- Watermark Remover — clean images
- Prompt Maker — optimize AI prompts
Video
- Video Generator — text-to-video
- Audio to Video — audio-driven video
- Educational Clip Generator — animated explainer videos
Social Media
- Instagram Post Generator — posts with captions
- LinkedIn Post Generator — professional posts
Education
- Math Solver — step-by-step solutions
- Physics Solver — physics problem solving
SEO & Analysis
- SEO Analyzer — full site audit with scores
- Keyword Researcher — keyword and market analysis
Utility
- Image Compressor — reduce file sizes (free)
- Image to PDF — convert images (free)
- PDF Merge — combine PDFs (free)
- Boyfriend/Girlfriend Designer — AI characters
New tools are added to the backend regularly. The MCP server discovers them automatically on restart — no update needed.
How It Works Under the Hood
When you ask your agent to "generate a logo":
- The agent sees
aaddyy_logo_creatorin its available tools (loaded at MCP server startup) - It reads the tool description: "Generate professional logos. Required: keyword. Optional: color, type, background."
- It calls the tool with
{ keyword: "NovaTech", type: "modern" } - The MCP server POSTs to
<https://backend.aaddyy.com/api/ai/logo-creator> - The result (logo URL) is returned to the agent
- The agent shows you the logo
For async tools (video, upscaling), the MCP server handles the polling automatically. You just wait for the result.
What It Costs
Pay-per-use. 1 credit = $0.01. No subscription.
| Action | Credits | USD |
|---|---|---|
| Generate article | ~5 | $0.05 |
| Generate image | ~4 | $0.04 |
| Create logo | ~4 | $0.04 |
| SEO analysis | ~10 | $0.10 |
| Solve math problem | ~1 | $0.01 |
| Generate caption | ~1 | $0.01 |
| Compress image | 0 | Free |
| Merge PDFs | 0 | Free |
50 free credits on signup. No credit card required.
Compare that to the tools developers typically use:
- Ahrefs (SEO): $99/month vs AADDYY: $0.10/analysis
- Midjourney (images): $10/month + no API vs AADDYY: $0.04/image with API
- Wolfram Alpha (math): $25/month vs AADDYY: $0.01/problem
For the SDK Users
If you prefer writing code over asking your agent, install the NPM SDK:
npm install aaddyy
import { AADDYY } from 'aaddyy'
const client = new AADDYY() // reads AADDYY_API_KEY from env
const article = await client.articles.generate({ topic: 'AI trends' })
const logo = await client.logos.create({ keyword: 'NovaTech' })
const seo = await client.seo.analyze({ url: 'https://example.com' })
Same tools, same pricing, same API key. The MCP server and SDK both talk to the same backend.
Links
- MCP setup guide — detailed instructions with screenshots
- API documentation — every endpoint with params and examples
- SDK on npm —
npm install aaddyy - MCP server on npm —
npx @aaddyy/mcp-server - Get API key — 50 free credits, 30 seconds
Explore AI tools on Aaddyy
Browse toolsMore from the blog
Control Your AI Costs: Pay-Per-Use AI Tools via API (No Surprises)
No more surprise AI bills. AADDYY uses a credit system — 1 credit = $0.01, every tool shows its cost upfront, and when credits run out, calls stop. Budget your AI costs before writing a line of code.
AI Image Generation API: Logos, Headshots & Product Photos for Cents
Beyond generic text-to-image: AADDYY offers specialized API endpoints for logos, headshots, product photos, album covers, and t-shirt designs — each tuned for that output type. From $0.04 per image, pay-per-use.
Build an AI Tutor App: Math & Physics Solver API for $0.01/Problem
Build an AI tutor app with step-by-step math and physics solutions for $0.01 per problem. AADDYY's solver APIs return structured steps, formulas, verification, and common mistakes. Works with text and image input.