petal-components-mcp
Rank #22,478io.github.petalframework/petal-components-mcp
Phoenix LiveView component schemas from petal_components, exposed to AI coding assistants.
petal-components-mcp is a Model Context Protocol (MCP) server published by petalframework. It ranks #22,478 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. petal-components-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 14, 2026 and most recently updated on May 14, 2026.
Ranks ahead of 109,568 of 132,046 servers on MCP Toplist.
Use petal-components-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http petal-components-mcp https://mcp.petal.build/mcpclaude mcp add petal-components-mcp -- npx -y petal-components-mcp[mcp_servers.petal-components-mcp]
url = "https://mcp.petal.build/mcp"Add to ~/.codex/config.toml.
[mcp_servers.petal-components-mcp]
command = "npx"
args = ["-y", "petal-components-mcp"]Add to ~/.codex/config.toml.
https://mcp.petal.build/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"petal-components-mcp": {
"command": "npx",
"args": [
"-y",
"petal-components-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"petal-components-mcp": {
"url": "https://mcp.petal.build/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"petal-components-mcp": {
"command": "npx",
"args": [
"-y",
"petal-components-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"petal-components-mcp": {
"type": "http",
"url": "https://mcp.petal.build/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"petal-components-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"petal-components-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"petal-components-mcp": {
"serverUrl": "https://mcp.petal.build/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"petal-components-mcp": {
"command": "npx",
"args": [
"-y",
"petal-components-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"petal-components-mcp": {
"url": "https://mcp.petal.build/mcp"
}
}
}{
"mcpServers": {
"petal-components-mcp": {
"command": "npx",
"args": [
"-y",
"petal-components-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.petalframework%2Fpetal-components-mcp)<a href="https://mcptoplist.com/server/io.github.petalframework%2Fpetal-components-mcp"><img src="https://mcptoplist.com/badge/io.github.petalframework%2Fpetal-components-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
petalframework
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 14, 2026 |
Frequently asked questions
- Who maintains petal-components-mcp?
- petal-components-mcp is maintained by petalframework, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is petal-components-mcp listed on the Official MCP Registry?
- Yes — petal-components-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does petal-components-mcp have?
- MCP Toplist tracks 1 version of petal-components-mcp, most recently published on May 14, 2026.
- Where can I find the source code for petal-components-mcp?
- The source code for petal-components-mcp is hosted at github.com/petalframework/petal-components-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.