https://github.com/loamstudios/zed-mcp-server-webflow
A Webflow MCP server extension for Zed
https://github.com/loamstudios/zed-mcp-server-webflow
mcp-server webflow zed
Last synced: 2 months ago
JSON representation
A Webflow MCP server extension for Zed
- Host: GitHub
- URL: https://github.com/loamstudios/zed-mcp-server-webflow
- Owner: LoamStudios
- Created: 2025-04-03T13:17:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-12T22:17:39.000Z (5 months ago)
- Last Synced: 2025-07-29T07:24:08.729Z (2 months ago)
- Topics: mcp-server, webflow, zed
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webflow MCP Server Extension for Zed
This extension integrates [Webflow MCP
Server](https://github.com/webflow/mcp-server) as a context server for
[Zed's](https://zed.dev) [Agent Panel.](https://zed.dev/docs/ai/overview)To install navigate to: **Zed** > **Extensions**. Or use the command palette
([macOS](https://github.com/zed-industries/zed/blob/main/assets/keymaps/default-macos.json#L581),
[Linux](https://github.com/zed-industries/zed/blob/main/assets/keymaps/default-linux.json#L459))
to search `extensions`.```json
"context_servers": {
"mcp-server-webflow": {
"settings": {
"webflow_token": ""
}
}
}
```