Server data from the Official MCP Registry
Symbols.app MCP — docs, code generation, publishing, CLI/SDK reference
Symbols.app MCP — docs, code generation, publishing, CLI/SDK reference
Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-symbo-ls-symbols-mcp": {
"args": [
"-y",
"@symbo.ls/mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.).
No API keys required for documentation tools. Project management tools require a Symbols account (login or API key).
| Tool | Description |
|---|---|
get_project_rules | Returns mandatory Symbols.app rules. Call this first before any code generation task. |
search_symbols_docs | Keyword search across all bundled Symbols documentation files. |
generate_component | Generate a DOMQL v3 component from a natural language description. |
generate_page | Generate a full page with routing integration. |
convert_react | Convert React/JSX code to Symbols DOMQL v3. |
convert_html | Convert raw HTML/CSS to Symbols DOMQL v3 components. |
convert_to_json | Convert DOMQL v3 JS source code to platform JSON (mirrors frank's toJSON pipeline). |
audit_component | Audit component code for v3 compliance — returns violations, warnings, and a score. |
detect_environment | Detect whether the project is local, CDN, JSON runtime, or remote server. |
get_cli_reference | Returns the complete Symbols CLI (@symbo.ls/cli) command reference. |
get_sdk_reference | Returns the complete Symbols SDK (@symbo.ls/sdk) API reference. |
| Tool | Description |
|---|---|
login | Log in to Symbols platform — returns a JWT token. |
list_projects | List the user's projects (names, keys, IDs) to choose from. |
create_project | Create a new Symbols project on the platform. |
get_project | Get a project's current data (components, pages, design system, state). |
save_to_project | Save components/pages/data to a project — creates a new version with change tuples, granular changes, orders, and auto-generated schema entries. |
publish | Publish a version (make it live). |
push | Deploy a project to an environment (production, staging, dev). |
1. generate_component → JS source code
2. convert_to_json → platform JSON
3. login → get token
4. create_project → (if new project needed)
list_projects → (or pick existing)
5. save_to_project → push JSON to platform (creates version)
6. publish → make version live
7. push → deploy to environment
| URI | Description |
|---|---|
symbols://skills/rules | Strict rules for AI agents working in Symbols/DOMQL v3 projects |
symbols://skills/syntax | Complete DOMQL v3 syntax language reference |
symbols://skills/components | Component reference with flattened props and onX events |
symbols://skills/project-structure | Project folder structure and file conventions |
symbols://skills/design-system | Design system tokens, themes, and configuration |
symbols://skills/design-direction | Modern UI/UX design direction |
symbols://skills/patterns | UI patterns, accessibility, and AI optimization |
symbols://skills/migration | Migration guide (v2→v3, React/Angular/Vue→Symbols) |
symbols://skills/audit | Full audit, enforcement, and feedback framework |
symbols://skills/design-to-code | Design-to-code translation guide |
symbols://skills/seo-metadata | SEO metadata configuration reference |
symbols://skills/ssr-brender | Server-side rendering with brender (SSR/SSG) |
symbols://skills/cookbook | Interactive cookbook with 30+ runnable recipes |
symbols://skills/snippets | Production-ready component snippets |
symbols://skills/default-library | 127+ pre-built components available in all projects |
symbols://skills/default-components | Complete source code of 130+ default template components |
symbols://skills/learnings | Framework internals, technical gotchas, deep runtime knowledge |
symbols://skills/running-apps | 4 ways to run Symbols apps (local, CDN, JSON, remote) |
symbols://skills/cli | Symbols CLI (@symbo.ls/cli) complete command reference |
symbols://skills/sdk | Symbols SDK (@symbo.ls/sdk) complete API reference |
| URI | Description |
|---|---|
symbols://reference/spacing-tokens | Spacing token table (golden-ratio scale) |
symbols://reference/atom-components | Built-in atom/primitive components |
symbols://reference/event-handlers | Event handler signatures and patterns |
| Prompt | Description |
|---|---|
symbols_component_prompt | Generate a component from a description |
symbols_migration_prompt | Migrate code from React/Angular/Vue |
symbols_project_prompt | Scaffold a complete project |
symbols_review_prompt | Review code for v3 compliance |
symbols_convert_html_prompt | Convert HTML/CSS to DOMQL v3 |
symbols_design_review_prompt | Visual/design audit against the design system |
pip install symbols-mcp
Or with uv (no install needed):
uvx symbols-mcp
Or via npm:
npx @symbo.ls/mcp
{
"mcpServers": {
"symbols": {
"command": "uvx",
"args": ["--refresh", "symbols-mcp"]
}
}
}
The --refresh flag checks PyPI for a newer version each time the server starts. Adds ~1-2s to startup but ensures you always have the latest rules and documentation.
npm (also auto-updates):
{
"mcpServers": {
"symbols": {
"command": "npx",
"args": ["-y", "@symbo.ls/mcp"]
}
}
}
Pinned version (manual updates):
{
"mcpServers": {
"symbols": {
"command": "uvx",
"args": ["symbols-mcp"]
}
}
}
# pip
pip install --upgrade symbols-mcp
# uv (clear cache and re-run)
uv cache clean symbols-mcp && uvx symbols-mcp
# npm
npm update -g @symbo.ls/mcp
By default, the server runs over stdio. For SSE transport:
MCP_TRANSPORT=sse MCP_HOST=0.0.0.0 MCP_PORT=8080 uvx symbols-mcp
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.