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
  • 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. Symbols MCP
S
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Symbols 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 Repository

MCP server for Symbols.app β€” documentation search and framework reference

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.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "symbols-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "symbols-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

symbols-mcp

mcp-name: io.github.symbo-ls/symbols-mcp

MCP server for Symbols.app β€” provides documentation search, code generation, conversion, auditing, project management, publishing/deployment, and CLI/SDK reference tools for AI coding assistants (Cursor, Claude Code, Windsurf, claude.ai, etc.).

Targets the modern smbls stack β€” flat element API, signal-based reactivity, declarative fetch: (@symbo.ls/fetch), polyglot translations (@symbo.ls/polyglot), helmet metadata (@symbo.ls/helmet), SPA routing via el.router(...), theme via @symbo.ls/scratch, and SSR via @symbo.ls/brender.

No API keys required for documentation tools. Project management tools require a Symbols account (login or API key).


Tools

Context β€” start here

ToolDescription
get_project_contextCALL FIRST. Walks up from cwd to find symbols.json, returns owner, key, dir, bundler, sharedLibraries, brender, env_type (local/cdn/json_runtime/remote_server), env_evidence, env_guidance, token_present, and a next_step hint telling the agent what to do (ask user, log in, or proceed). Replaces the older detect_environment for new code.
get_project_rulesMandatory ruleset. No arguments β†’ compact CORE bundle (reuse directive + RULES essentials + every STRICT rule + frankability checklist + section index + next-step table, <80K chars β€” fits every client's tool-output cap). section="SYNTAX" (or COMPONENTS, FRANKABILITY, RULES + part=N, … 16 sections) fetches one section per call. full=true β†’ legacy ~590K one-shot (capless clients only). Call before any code generation task.
get_cli_referenceComplete Symbols CLI (@symbo.ls/cli) command reference.
get_sdk_referenceComplete Symbols SDK (@symbo.ls/sdk) API reference.
search_symbols_docsKeyword search across all bundled Symbols documentation files.
detect_environment[Legacy] Caller-supplied flags variant of env classification. Prefer get_project_context.

Generation & conversion

ToolDescription
generate_componentGenerate a DOMQL component from a natural language description. Returns prompt + bundled context (β‰ˆ300K chars).
generate_pageGenerate a full page with routing, helmet metadata, and declarative fetch: integration.
convert_reactConvert React/JSX code to Symbols DOMQL (modern smbls stack).
convert_htmlConvert raw HTML/CSS to Symbols DOMQL components.
convert_to_jsonConvert DOMQL JS source to platform JSON (mirrors frank's toJSON pipeline). Use after generate_component / generate_page to feed save_to_project.

Audit

ToolDescription
audit_componentInline VALIDATOR for a single component string. Returns violations + warnings (β‰ˆ1K chars). Use during generation. Pass include_playbook=True to also dump the AUDIT.md playbook.
audit_projectReturns the multi-phase project audit PLAYBOOK (instructions for the agent β€” Phase 0 setup β†’ Phase 5 report). Pair with bin/symbols-audit.cjs CLI for the static-audit phase.

For filesystem-wide audits the package ships a CLI: npx -y @symbo.ls/mcp symbols-audit <symbols-dir> (strict by default, exit 1 on findings). Under the hood it runs frank-audit audit --strict β€” the audit core is now @symbo.ls/frank-audit, the AST-based engine that owns the canonical 59-rule registry, prescription generation, and verify-or-rollback fixers.

lib/audit.js is preserved as a backward-compat shim that delegates to frank-audit (subprocess CLI, or the /audit-content HTTP endpoint when FRANK_AUDIT_URL is set). The legacy programmatic API stays callable for non-CLI consumers (the @symbo.ls/cli, the MCP HTTP worker, web/edge clients):

server.ts
const {
  auditContent,         // audit one component string (delegates to frank-audit)
  auditFiles,           // audit a list of {path, content}
  auditDirectory,       // walk a symbols/ dir via `frank-audit audit <dir>`
  mergeFindings,        // preserve status across runs
  summarize,            // breakdown by severity / category / origin
} = require('@symbo.ls/mcp/lib/audit')

Findings drift vs the old regex output is expected and correct β€” frank-audit detects more issues with higher accuracy. Field names stay the same (file, line, rule, severity, category, snippet, suggested_fix). To inspect the rule registry, query frank-audit directly: npx frank-audit explain <id>.

Project Management & Publishing

ToolDescription
loginLog in to Symbols platform β€” returns a JWT token.
list_projectsList the user's projects (names, keys, IDs) to choose from.
create_projectCreate a new Symbols project on the platform.
get_projectGet a project's current data (components, pages, design system, state).
save_to_projectSave components/pages/data to a project β€” creates a new version with change tuples, granular changes, orders, and auto-generated schema entries.
publishPublish a version (make it live).
pushDeploy a project to an environment (production, staging, dev).

End-to-End Flow (from any MCP client)

Code
1. get_project_context  β†’ resolve owner/key/env/auth state from cwd's symbols.json
2. generate_component   β†’ JS source code
3. audit_component      β†’ inline check (saves a roundtrip if violations exist)
4. convert_to_json      β†’ platform JSON
5. login                β†’ only if token_present was false in step 1
6. create_project       β†’ (if new project needed)
   list_projects        β†’ (or pick existing)
7. save_to_project      β†’ push JSON to platform (creates version)
8. publish              β†’ make version live
7. push                β†’ deploy to environment

Resources

Skills (documentation)

URIDescription
symbols://skills/frameworkAuthoritative framework reference β€” project structure, plugins, theming, SSR, publish pipeline (mirrors smbls/FOR_MCP.md)
symbols://skills/rules62 strict rules for AI agents working in Symbols/DOMQL projects
symbols://skills/syntaxComplete DOMQL syntax language reference (flat API, signal reactivity)
symbols://skills/modern-stackModern smbls stack β€” fetch, polyglot, helmet (full metadata catalog), router, scratch theme runtime, brender SSR
symbols://skills/componentsDOMQL component reference (flat props on element, flat onX events)
symbols://skills/project-structureProject folder structure and file conventions
symbols://skills/shared-librariessharedLibraries pattern β€” config, runtime merge, precedence
symbols://skills/design-systemDesign system contract + token catalog (colors, theme, typography, spacing, etc.)
symbols://skills/designUI/UX direction + design-to-code translator + 7 specialist personas (consolidated)
symbols://skills/patternsUI patterns, accessibility, AI optimization
symbols://skills/migrationMigration guide for legacy projects + React/Angular/Vue β†’ Symbols
symbols://skills/auditFull audit playbook (Phase 0–5, executable end-to-end)
symbols://skills/common-mistakesWrong vs correct DOMQL patterns with zero-tolerance enforcement
symbols://skills/frankabilityPatterns that survive frank.toJSON β€” every @symbo.ls/frank-audit rule with wrong vs canonical examples
symbols://skills/learningsFramework internals, technical gotchas, deep runtime knowledge
symbols://skills/cookbookCookbook of small reactive recipes (toggle, fetch, modal, tabs, etc.)
symbols://skills/snippetsProduction-ready component snippets (nav, hero, pricing card, footer, etc.)
symbols://skills/default-projectDefault starter β€” library catalog (127+ components) + pre-configured design system tokens
symbols://skills/default-componentsComplete source code of 130+ default template components (heavy reference, on demand)
symbols://skills/running-apps4 ways to run Symbols apps (local, CDN, JSON, remote)
symbols://skills/cliSymbols CLI (@symbo.ls/cli) complete command reference
symbols://skills/sdkSymbols SDK (@symbo.ls/sdk) complete API reference

Reference (inline)

URIDescription
symbols://reference/spacing-tokensSpacing token table (golden-ratio scale)
symbols://reference/atom-componentsBuilt-in atom/primitive components
symbols://reference/event-handlersEvent handler signatures and patterns

Prompts

PromptDescription
symbols_component_promptGenerate a component from a description
symbols_migration_promptMigrate code from React/Angular/Vue
symbols_project_promptScaffold a complete project
symbols_review_promptReview code for compliance
symbols_convert_html_promptConvert HTML/CSS to DOMQL
symbols_design_review_promptVisual/design audit against the design system

Quickstart

Two commands and a one-line config β€” works for every major MCP client.

1. Install

Pick whichever runtime you have:

bash
uvx symbols-mcp           # uv  β€” recommended, zero install
pip install symbols-mcp   # pip β€” global binary
npx -y @symbo.ls/mcp      # npm β€” Node-friendly wrapper

2. Configure your editor

The standard MCP config snippet (works for Claude Code, Claude Desktop, Cursor, Windsurf, Cline, Continue, Zed, Goose, Gemini CLI β€” wrap it in whatever shape that editor expects):

config.json
{
  "mcpServers": {
    "symbols-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": ["--refresh", "symbols-mcp"]
    }
  }
}

--refresh pulls the latest from PyPI on every launch (~1–2s startup tax β€” drop it for pinned/offline runs).

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI β€” documentation, API, and CLI scaffolding

    πŸ’» Developer Tools1 views
    Compare vs Ignite UI MCP Server β†’
  • Sui Knowledge Base (kapa.ai) logoSui Knowledge Base (kapa.ai)

    Semantic search across Sui documentation and knowledge sources, powered by kapa.ai

    πŸ’» Developer Tools0 views
    Compare vs Sui Knowledge Base (kapa.ai) β†’
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Symbols MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "symbols-mcp": { "command": "npx", "args": ["-y", "Symbols MCP"] } }

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 PreviewSymbols MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/symbols-mcp?style=directory)](https://allmcps.com/mcp/symbols-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/symbols-mcp"><img src="https://allmcps.com/api/badge/symbols-mcp?style=directory" alt="Symbols MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 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.
27Quality signal: Emerging Β· 27/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 & tools11/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.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

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 and attach your website β€” 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 Symbols MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code