Awesome Ionic MCP server

Awesome Ionic MCP server

A comprehensive coding companion for Ionic Framework and Capacitor, powered by Model Context Protocol.

23
Stars
3
Forks
23
Watchers
3
Issues
Awesome Ionic MCP server delivers real-time access to Ionic Framework components, Capacitor plugins, and developer resources using the Model Context Protocol (MCP). It provides standardized tools for retrieving TypeScript definitions, API documentation, code examples, and plugin information, streamlining the mobile app development process across React, Angular, Vue, and JavaScript projects. The server aggregates and curates data from official sources including ionicframework.com, capacitorjs.com, and community repositories, offering seamless integration with MCP-compatible AI development platforms.

Key Features

Retrieves TypeScript definitions for Ionic components
Provides lists and details of all Ionic components and plugins
Fetches API documentation from official and community sources
Curates plugin data from Capawesome, CapGo, and other publishers
Delivers code examples and demos for Ionic components
Supports plugin discovery across multiple repositories
Integrates seamlessly with MCP clients via stdio
Aggregates accurate, up-to-date mobile development resources
Assists in selecting the right plugin for specific use cases
Automates real-time retrieval of framework and plugin data

Use Cases

Accelerate Ionic and Capacitor mobile app development
Obtain real-time API and TypeScript definitions for components
Discover and compare available Capacitor plugins across publishers
Integrate accurate documentation directly into AI code assistants
Streamline onboarding for developers new to Ionic or Capacitor
Identify the best plugin for a specific mobile app feature
Access curated, up-to-date Ionic and Capacitor resources
Reduce development time by fetching code examples and demos
Support cross-platform development in React, Angular, and Vue
Enhance team productivity with programmatic component and plugin lookup

README

Awesome Ionic MCP server

Your comprehensive Ionic coding companion powered by the Model Context Protocol (MCP). This intelligent server provides seamless access to Ionic Framework components, Capacitor plugins, and developer resources to accelerate your mobile app development workflow. Whether you're building cross-platform applications with React, Angular, Vue, or Vanilla JavaScript, this MCP server delivers real-time component definitions, API documentation, code examples, and plugin information directly to your AI assistant, enabling faster development and better code quality.

Data is sourced from the package @ionic/core, ionicframework.com, docs-demo.ionic.io, capacitorjs.com, capawesome.io, capacitor-community, and capgo.live to ensure accuracy and completeness.

Tools available

Tool Name Feature Group Description
get_ionic_component_definition @ionic/core.json Retrieves the typescript definition of an Ionic component based on its HTML tag.
get_all_ionic_components @ionic/core.json Retrieves the list of all Ionic components available for this tool
get_component_api ionicframework.com Retrieves the component API on from the IonicFramework page using its HTML tag.
get_component_demo docs-demo.ionic.io Returns the component demo from the GitHub repository based on its HTML tag.
get_official_plugin_api capacitorjs.com Retrieves the official plugin API on from the Capacitor page using its HTML tag.
get_all_official_plugins capacitorjs.com Retrieves list of all Official Capacitor plugins.
get_all_plugins capawesome.io Retrieves list of all Capawesome Capacitor plugins (free and insider versions).
get_all_free_plugins capawesome.io Retrieves list of all Capawesome Capacitor free plugins - intensively curated and up-to-date.
get_all_insider_plugins capawesome.io Retrieves list of all Capawesome Capacitor insider plugins - intensively curated and up-to-date.
get_plugin_api capawesome.io Retrieves API documentation for a specific Capawesome Capacitor plugin.
get_capacitor_community_plugin_api capacitor-community Retrieves API documentation for a specific Capacitor Community plugin.
get_all_capacitor_community_plugins capacitor-community Retrieves list of all Capacitor Community plugins.
get_capgo_plugin_api capgo Retrieves API documentation for a specific CapGo plugin.
get_all_capgo_plugins capgo Retrieves list of all CapGo plugins.
get_all_capacitor_plugins all-capacitor-plugins Superlist of all Capacitor plugings from different publishers you can use to retrieve API information through this MCP tool. If you are lost about which plugin to use, this tool will help you find the right one.

Getting started & upfront warning

The Awesome Ionic MCP server can work with any MCP client that supports standard I/O (stdio) as the transport medium. Here are specific instructions for some popular tools:

Just to let you know - for some data the MCP server will run Puppeteer to open a browser and get the data. So you will see a browser window spanwed and closed.

Basic configuration

Claude Desktop

To configure Claude Desktop to use the Awesome Ionic MCP server, edit the claude_desktop_config.json file. You can open or create this file from the Claude > Settings menu. Select the Developer tab, then click Edit Config.

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

Cline

To configure Cline to use the Awesome Ionic MCP server, edit the cline_mcp_settings.json file. You can open or create this file by clicking the MCP Servers icon at the top of the Cline pane, then clicking the Configure MCP Servers button.

json
{
  "mcpServers": {
    "awesome-ionic-mcp": {
      "command": "npx",
      "args": ["-y", "awesome-ionic-mcp@latest"],
      "disabled": false
    }
  }
}

Cursor

To configure Cursor to use the Awesome Ionic MCP server, edit either the file .cursor/mcp.json (to configure only a specific project) or the file ~/.cursor/mcp.json (to make the MCP server available in all projects):

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

Visual Studio Code Copilot

To configure a single project, edit the .vscode/mcp.json file in your workspace:

json
{
  "servers": {
    "awesome-ionic-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "awesome-ionic-mcp@latest"]
    }
  }
}

To make the server available in every project you open, edit your user settings:

json
{
  "mcp": {
    "servers": {
      "awesome-ionic-mcp": {
        "type": "stdio",
        "command": "npx",
        "args": ["-y", "awesome-ionic-mcp@latest"]
      }
    }
  }
}

Windsurf Editor

To configure Windsurf Editor, edit the file ~/.codeium/windsurf/mcp_config.json:

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

Credits

Credits go to Firebase team- for using their code of their Firebase MCP server. https://firebase.google.com/docs/cli/mcp-server

Star History

Star History Chart

Repository Owner

Tommertom
Tommertom

User

Repository Details

Language TypeScript
Default Branch main
Size 286 KB
MCP Verified Nov 12, 2025

Programming Languages

TypeScript
99.92%
JavaScript
0.08%

Tags

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • MCP-Typescribe

    MCP-Typescribe

    An MCP server for serving TypeScript API context to language models.

    MCP-Typescribe is an open-source implementation of the Model Context Protocol (MCP) focused on providing LLMs with contextual, real-time access to TypeScript API documentation. It parses TypeScript (and other) definitions using TypeDoc-generated JSON and serves this information via a queryable server that supports tools used by AI coding assistants. The solution enables AI agents to dynamically explore, search, and understand unknown APIs, accelerating onboarding and supporting agentic behaviors in code generation.

    • 45
    • MCP
    • yWorks/mcp-typescribe
  • Code Declaration Lookup MCP Server

    Code Declaration Lookup MCP Server

    Fast, language-agnostic code declaration search and lookup server via MCP.

    Provides a Model Context Protocol (MCP) server that indexes code declarations using universal ctags and SQLite with FTS5 full-text search. Offers search and listing functionality for functions, classes, structures, enums, and other code elements across any language supported by ctags. Enables seamless integration with coding agents for dynamic indexing, respects .gitignore, and supports ctags file ingestion and management.

    • 2
    • MCP
    • osinmv/function-lookup-mcp
  • Webvizio MCP Server

    Webvizio MCP Server

    Bridge between Webvizio feedback and AI coding agents via the Model Context Protocol

    Webvizio MCP Server is a TypeScript-based server implementing the Model Context Protocol to securely and efficiently interface with the Webvizio API. It transforms web page feedback and bug reports into structured, actionable developer tasks, providing AI coding agents with comprehensive task context and data. It offers methods to fetch project and task details, retrieve logs and screenshots, and manage task statuses. The server standardizes communication between Webvizio and AI agent clients, facilitating automated issue resolution.

    • 4
    • MCP
    • Webvizio/mcp
  • AutoMobile

    AutoMobile

    Powerful tools for mobile automation, test authoring, and device management via MCP.

    AutoMobile provides a comprehensive set of tools for mobile automation, focusing on UI testing and development workflow automation. It operates as an MCP Server, enabling a robust interaction loop for model-driven actions and observations. The solution supports Android platforms with features like automated test authoring, multi-device management, and seamless CI test execution. AutoMobile also offers source mapping and deep view hierarchy analysis to enhance code rendering accuracy.

    • 63
    • MCP
    • zillow/auto-mobile
  • Bifrost

    Bifrost

    VSCode Dev Tools exposed via the Model Context Protocol for AI tool integration.

    Bifrost is a Visual Studio Code extension that launches a Model Context Protocol (MCP) server, enabling external AI coding assistants to access advanced code navigation, analysis, and manipulation features from VSCode. It exposes language server capabilities, symbol search, semantic code analysis, and refactoring tools through MCP-compatible HTTP and SSE endpoints. The extension is designed for seamless integration with AI assistants, supporting multi-project environments and configuration via JSON files.

    • 184
    • MCP
    • biegehydra/BifrostMCP
  • Defang

    Defang

    Develop Once, Deploy Anywhere.

    Defang provides a command-line interface (CLI) and Model Context Protocol (MCP) Server that enable seamless deployment of applications from local development environments to the cloud. It supports integration with popular IDEs such as VS Code, Cursor, Windsurf, and Claude, allowing users to manage and deploy their workflows efficiently. Defang delivers secure, scalable deployments with built-in support for Docker Compose and Pulumi, and offers samples for Golang, Python, and Node.js projects. Its AI-powered features enable developers to generate and launch cloud services effortlessly.

    • 144
    • MCP
    • DefangLabs/defang
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results