Phosphor Icons MCP Server
Provides access to 1,000+ Phosphor Icons with 6 weight styles, enabling icon search, retrieval, customization (color, size), and framework-specific implementation guidance through natural language.
README
Phosphor Icons MCP Server
A Model Context Protocol (MCP) server that provides access to Phosphor Icons - a flexible icon family with 6 different weights and over 1,000+ icons.
Important: This is a community-driven, AI-assisted MCP server and is not an official repository or affiliated with the Phosphor Icons project. This project was created with AI assistance and is maintained by the community. The original Phosphor Icons project can be found at https://github.com/phosphor-icons.
Features
- 🎨 6 Icon Weights: thin, light, regular, bold, fill, and duotone
- 🌈 Color Customization: Apply any color (hex, RGB, named colors, or currentColor)
- 📏 Size Control: Specify custom sizes in pixels
- 🔍 Search Icons: Find icons by name, category, or tags
- 📦 Batch Operations: Get multiple icons at once
- 📚 Catalog Access: Browse all available icons with metadata
- 🛠️ Implementation Guides: Get framework-specific integration help
Installation
npm install
Development
Run the development server:
npm run dev
This will start the server on port 8081 and open the Smithery playground for testing.
Configuration
The server supports an optional configuration parameter:
- defaultWeight: Set the default icon weight (thin, light, regular, bold, fill, duotone). Default:
regular
Tools
get-icon
Retrieve a single SVG icon with specified weight, color, and size.
Parameters:
name(string): Icon name in kebab-case (e.g., 'arrow-left', 'user')weight(optional): Icon weight/stylecolor(optional): Icon color - accepts hex (#FF0000), RGB (rgb(255,0,0)), named colors (red), or 'currentColor'size(optional): Icon size in pixels (sets both width and height)
Examples:
get-icon name="heart" weight="bold" color="#FF0000"
get-icon name="star" weight="fill" color="gold" size=48
get-icon name="user" color="currentColor"
search-icons
Search for icons by name, category, or tags.
Parameters:
query(string): Search termlimit(optional): Maximum results to return (default: 10)
Example:
search-icons query="arrow" limit=5
list-categories
Get a list of all available icon categories.
get-multiple-icons
Retrieve multiple icons at once with optional color and size.
Parameters:
names(array): Array of icon namesweight(optional): Weight to apply to all iconscolor(optional): Color to apply to all iconssize(optional): Size in pixels to apply to all icons
Examples:
get-multiple-icons names=["heart", "star", "user"] weight="fill" color="#3B82F6"
get-multiple-icons names=["home", "gear", "bell"] weight="regular" size=32
Resources
phosphor://catalog
Complete catalog of popular Phosphor Icons with metadata including categories, tags, and available weights.
phosphor://weights
Detailed information about the 6 available icon weights/styles and their best use cases.
Prompts
implement-icon
Get guidance on implementing a Phosphor icon in your project.
Parameters:
iconName(string): Name of the iconframework(string): Frontend framework (html, react, vue, svelte, angular)
Publishing to Smithery
- Push your code to GitHub
- Visit smithery.ai/new
- Connect your GitHub repository
- Configure automatic deployments
Icon Weights
- Thin: Delicate, minimal strokes - best for large sizes
- Light: Subtle, refined appearance - modern designs
- Regular: Balanced, versatile - general use (default)
- Bold: Strong, impactful - emphasis and small sizes
- Fill: Solid, filled shapes - strong emphasis
- Duotone: Two-tone design - visual interest
Examples
Get a red heart icon in bold:
// Returns SVG content for a bold red heart icon
get-icon({ name: "heart", weight: "bold", color: "#FF0000" })
Get a blue star icon at custom size:
// Returns a 48px blue filled star icon
get-icon({ name: "star", weight: "fill", color: "#3B82F6", size: 48 })
Search for navigation icons:
// Returns list of icons related to navigation
search-icons({ query: "navigation", limit: 10 })
Get multiple colored icons for a UI:
// Get home, user, and settings icons all in blue
get-multiple-icons({
names: ["home", "user", "gear"],
weight: "regular",
color: "#3B82F6",
size: 24
})
Disclaimer
NO WARRANTY OR LIABILITY
THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
USE AT YOUR OWN RISK
- This is an unofficial, community-driven project created with AI assistance
- The software is provided without any guarantees or support
- Users are responsible for testing and validating the software for their use cases
- The maintainers are not responsible for any damages, data loss, or issues arising from the use of this software
- This project is not endorsed by or affiliated with the official Phosphor Icons project
License
This MCP server is MIT licensed. Phosphor Icons are also MIT licensed.
Links
- 🌐 Phosphor Icons Website
- 💻 Original Phosphor Icons Repository (Official)
- 📦 Phosphor Icons Core
- 📖 Smithery Documentation
- 🔧 MCP Protocol
Credits
- Icons: Provided by Phosphor Icons - created by Tobias Fried
- MCP Server: Community-driven project created with AI assistance
- Maintainers: Community contributors (not affiliated with Phosphor Icons)
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
E2B
Using MCP to run code via e2b.