All posts
mcpcursorclaudewindsurfai-agents

One-click MCP install: how Axint connects to every AI coding tool

Axint ships a built-in MCP server with deeplinks for Cursor, VS Code, Windsurf, Claude Code, and Claude Desktop. Here's how it works.

Nima NejatSaturday, April 11, 20264 min read

Model Context Protocol is becoming the universal API for AI coding assistants. Cursor, Claude Code, VS Code with Copilot, Windsurf — they all speak MCP. Axint ships a built-in MCP server that exposes five tools your AI agent can call.

The five tools

One-click install

We built native deeplinks for every major editor:

Cursor: Click the install button on axint.ai and Cursor opens with the MCP server pre-configured. No JSON editing.

VS Code: Same pattern — a vscode:// deeplink that registers the server.

Windsurf: Native deeplink support.

Claude Code / Claude Desktop: A single command:

bash
claude mcp add axint -- npx -y @axintai/compiler mcp

That's it. Your AI agent can now scaffold, compile, and validate App Intents without you touching Xcode.

Why this matters

The future of software development is agents writing code for agents. An AI coding assistant in Cursor can read your Swift project, draft an intent in TypeScript, compile it with Axint, and open a PR — all without a human touching Xcode or a config file.

MCP is the protocol. App Intents is the target. Axint is the bridge.

Try it

Install the MCP server, open your editor, and ask your AI assistant: "Create an App Intent that searches my notes by keyword." Watch it scaffold, compile, and validate in seconds.