kam-mcp-server
About
kam-mcp-server is a Model Context Protocol (MCP) server built with mcp-framework. It provides a set of tools for creating and managing design elements (point-based, line-based, surface-based), retrieving view elements, available family types, and element details by ID, as well…
Details
- Author
- Bamo-alt
- Downloads
- 153
- Categories
- Other
Jump to
- Create point-based, line-based, and surface-based elements.
- Retrieve elements in the current view.
- Get available family types.
- Delete elements by ID.
- Get element details by ID.
- Provides a KamDoc documentation resource.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
kam-mcp-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install dependencies with npm install, then build with npm run build (or yarn build). After publishing to npm, configure it in Claude Desktop by adding the server entry to claude_desktop_config.json using npx -y kam-mcp-server --port=9099. The server can also be run locally via npm link and the CLI command kam-mcp-server.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"kam-mcp-server": {
"kam-mcp-server": {
"command": "npx",
"args": [
"-y",
"kam-mcp-server",
"--port=9099"
]
}
}
}
}
McpServers
{
"kam-mcp-server": {
"command": "npx",
"args": [
"-y",
"kam-mcp-server",
"--port=9099"
]
}
}
kam-mcp-server
A Model Context Protocol (MCP) server built with mcp-framework.
Quick Start
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



