Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Axialis IconVectors MCP
A
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Axialis IconVectors MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View RepositoryVisit Website

Local stdio MCP integration for the proprietary IconVectors SVG editor. Requires a separate installation. Public repository contains documentation and configuration examples.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for Axialis IconVectors MCP, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

Axialis IconVectors MCP

This repository contains documentation and configuration examples for the MCP integration available in Axialis IconVectors. It does not contain the IconVectors application source code.

Introduction

Axialis IconVectors 2.0 exposes SVG editing capabilities through the Model Context Protocol (MCP). Compatible AI coding agents can inspect and operate the running desktop application and its SVG documents.

IconVectors is proprietary software, installed separately. This documentation repository is named iconvectors-mcp.

On Windows, the MCP client launches IconVectorsMcp.exe as a separate local process and communicates with it over stdio. Start IconVectors normally first and leave it running. The companion connects to the application over local TCP at 127.0.0.1:61337 by default. This application connection is not an HTTP MCP URL.

text
AI coding agent
       |
       v
Model Context Protocol (local stdio)
       |
       v
Axialis IconVectors
       |
       v
SVG document

This diagram describes the user workflow only.

Supported AI coding agents

The official IconVectors documentation provides Windows setup instructions for all eight clients below. Each guide includes the configuration location, a minimal example and connection checks.

ClientConfiguration guide
OpenAI CodexCodex
Claude CodeClaude Code
CursorCursor
VS Code / GitHub CopilotVS Code / GitHub Copilot
Gemini CLIGemini CLI
KiroKiro
ClineCline
GitHub Copilot CLIGitHub Copilot CLI

What can an agent do?

The MCP tools cover these areas:

AreaOperations
Application stateCheck connectivity, application information, capabilities and active workspace.
SVG inspectionRead document information and SVG content; inspect DOM elements, selection and styles.
Selection and editingSelect elements; create shapes and paths; change attributes, fills, strokes and transforms.
Document operationsCreate or open documents, save changes and export requested output.
Repetitive editingAlign, duplicate, group, recolor and apply supported path operations.
CleanupInspect SVG cleanup findings and explicitly request the supported conservative fixes.
Preview and historyRender previews; use Undo/Redo and transactions for supported document edits.
Explorer navigationInspect the active folder, entries and selection; navigate to folders, parents or children, and move through folder history.
Explorer file operationsCreate and rename direct-child folders; delete an empty direct-child folder; copy selected SVG file paths to the OS clipboard; paste, duplicate and group SVG files.
Explorer batch operationsPlan and apply palette changes, icon resizing and stroke changes to selected SVG files.

Available capabilities depend on the installed IconVectors version. Use MCP tool discovery and app_getCapabilities; obtain exact arguments from the installed tool schemas rather than inferring them from these summaries. A command being available in the user interface does not guarantee that an MCP tool exposes it.

Document Undo does not reverse saving/exporting or Explorer filesystem changes. Creating, opening or replacing a document clears document Undo history. Review targets and destinations before requesting these operations. Explorer batch operations require a plan, review of that plan, then application of its returned identifier. See the official MCP guide for the documented limits.

Style setters also update application drawing defaults. For an edit confined to one object, inspect its current style and use an explicit element target with a DOM attribute or style patch.

Requirements

  • An installed, running copy of IconVectors 2.0 with its matching MCP executable.
  • A local MCP client able to launch a stdio process on the same machine.
  • Permission to use the client and its MCP integration; organization policy may restrict this.
  • The correct executable path and application port.

See the official download page for current Windows, macOS and Linux releases and requirements. The configuration examples in this repository cover native Windows integration.

Getting started

For native Windows:

  1. Install IconVectors using the official download page.
  2. Start IconVectors normally and leave it open.
  3. Confirm that IconVectorsMcp.exe exists in the installation directory.
  4. Add the server using the guide for your client.
  5. Let the client start the MCP process. It should discover tools from that process.
  6. Ask the agent to call app_ping, app_getInfo, app_getCapabilities and app_get_workspace.
  7. Check that the application, workspace and document are the intended targets before requesting an edit.

Client configuration

The guides use this normal Windows installation path:

text
C:\Program Files\Axialis\IconVectors\IconVectorsMcp.exe

The examples explicitly pass the documented default application port:

json
["--port", "61337"]

Replace the executable path if your installation differs. If the application's Options/McpPort setting has changed, use the same port in the client configuration. Preserve existing server entries when adding IconVectors.

No custom host argument is needed for this local default setup.

Use the client-specific file format: Codex uses TOML, VS Code uses a servers JSON object, and several other clients use mcpServers. The installed iconvectors-mcp-tools.json is a tool reference, not a client connection configuration.

Example workflow

Begin with a read-only request:

text
Use IconVectors MCP to check the connection and report the application
version, active workspace, current document and selection. Do not edit yet.

After reviewing the result, request a bounded change:

text
In the current Editor document, inspect the selected object's current style.
Use dom_setStyle with its explicit target to patch its fill to #2563EB.
Leave other properties and drawing defaults unchanged. Reinspect the object
and show a preview. Do not save yet.

Finally, explicitly request saving or exporting to your chosen local destination. Reinspect object targets after structural changes. Use a history transaction only for compatible document edits, with the transaction identifier returned by the tool.

Documentation

  • Official MCP integration guide
  • Client configuration guides
  • Troubleshooting
  • IconVectors product information
  • Official downloads

Use the command reference and tool schemas supplied with your installed version. Where available, Help > Open MCP Files Folder opens the installed helper documents.

Troubleshooting

If the server is missing, check the client configuration location and executable path. If tools appear but calls fail, check that IconVectors is running and the ports match. Restart or reload the client connection when it has not picked up a configuration change.

A client running in a cloud environment, container or WSL does not automatically share the desktop application's local connection or filesystem. This repository documents local stdio integration, without a remote HTTP service.

See troubleshooting for connection, discovery, version and workspace checks.

About this repository

This repository contains public documentation, configuration examples and integration guidance. It does not distribute the IconVectors application, its proprietary implementation, or an independently runnable MCP server. Install the application separately from the official website.

The guides follow the official IconVectors MCP documentation and client setup guides. Use the documentation and tool schemas corresponding to your installed application version.

The configuration files are examples for a client you control. Reading or cloning this repository does not install or enable the integration.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Hub MCP logoHub MCP
    Verified

    Official MCP server to interact with Docker Hub, providing access to repositories, hub search and Docker Hardened Images

    💻 Developer Tools4 views
    Compare vs Hub MCP →
  • Shadcn Ui MCP Server logoShadcn Ui MCP Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    💻 Developer Tools3 views
    Compare vs Shadcn Ui MCP Server →
  • Mastercard Developers MCP logoMastercard Developers MCP

    Access Mastercard Developers APIs, documentation, and API specifications through MCP.

    💻 Developer Tools2 views
    Compare vs Mastercard Developers MCP →
  • Weeek MCP logoWeeek MCP

    Local MCP server for Weeek (stdio transport) — read-only by default, opt-in write tools.

    💻 Developer Tools2 views
    Compare vs Weeek MCP →

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Axialis IconVectors MCP

We don't have a confirmed install command for Axialis IconVectors MCP yet, so we don't publish a generated one — a guessed package name would point at the wrong package or none at all. Follow the project's own README or setup instructions (https://github.com/marcemile/iconvectors-mcp) for the current steps.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAxialis IconVectors MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/axialis-iconvectors-mcp?style=directory)](https://allmcps.com/mcp/axialis-iconvectors-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/axialis-iconvectors-mcp"><img src="https://allmcps.com/api/badge/axialis-iconvectors-mcp?style=directory" alt="Axialis IconVectors MCP on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand â–¾
Last updatedSep 21, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
35Quality signal: Fair · 35/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools17/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Axialis IconVectors MCP →Install in Claude DesktopInstall in CursorInstall in VS Code