E

Eyeshot CAD

Enables AI-driven CAD operations in applications built on the Eyeshot SDK.

Eyeshot·No reviews yet
Repo
Share:

About

Enables AI-driven CAD operations in applications built on the Eyeshot SDK.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Eyeshot CAD.

What is the Eyeshot CAD Model Context Protocol (MCP) server?
The Eyeshot CAD MCP server facilitates AI-driven CAD operations within applications leveraging the Eyeshot SDK. It provides a standardized interface for integrating AI capabilities directly into CAD workflows.
How can I integrate the Eyeshot CAD MCP with a client like Cline?
To integrate with Cline, you would configure Cline to connect to the Eyeshot CAD MCP server, likely specifying the standard I/O (stdio) transport method. Specific setup details would depend on the Cline version and server deployment but generally involve providing the server's executable path.
Does the Eyeshot CAD MCP server require an API key or other credentials?
Based on the provided information, the Eyeshot CAD MCP server uses 'none' for its authentication type. Therefore, it does not appear to require an API key, OAuth, or other specialized credentials for basic operation.
What are the primary capabilities exposed by the Eyeshot CAD MCP?
The Eyeshot CAD MCP server enables AI-driven CAD operations. While specific tools are not listed, it focuses on integrating artificial intelligence into CAD functions supported by the Eyeshot SDK, such as design automation or analysis.
Are there any licensing costs associated with using the Eyeshot CAD MCP?
The licensing and cost model for the Eyeshot CAD MCP server itself is not specified. It depends on the underlying Eyeshot SDK licensing and the terms set by the provider, Eyeshot.
What is a prerequisite for using the Eyeshot CAD MCP server effectively?
A key prerequisite for using the Eyeshot CAD MCP server is an application built on the Eyeshot SDK. The server's functionality is designed to augment CAD operations specifically within that SDK environment.

Install Eyeshot CAD

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "eyeshot-cad": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-eyeshot-cad"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "eyeshot-cad": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-eyeshot-cad"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "eyeshot-cad": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-eyeshot-cad"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.