MCP Directory

Tommertom/awesome-ionic-mcp

GitHub
Developer Tools

Your Ionic coding buddy enabled via MCP – build awesome mobile apps using React/Angular/Vue or even Vanilla JS!

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y awesome-ionic-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Tommertom/awesome-ionic-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "awesome-ionic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-ionic-mcp"
      ]
    }
  }
}

Route Tommertom/awesome-ionic-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add awesome-ionic-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Tommertom/awesome-ionic-mcp directly without routing

npx -y awesome-ionic-mcp

New to Agent-CoreX? View setup guide →

Tommertom/awesome-ionic-mcp MCP Server — Agent-CoreX