Share:
About
AI-driven control of 3DStreet 3D scene editing via MCP.
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 3DStreet.
- What is the primary function of the 3DStreet MCP?
- The 3DStreet MCP enables AI-driven control over 3D scene editing within the 3DStreet application. It facilitates programmatic manipulation of 3D environments through a standardized protocol.
- How can I integrate the 3DStreet MCP with a client like Claude Desktop?
- Integration typically involves configuring the client to use the MCP's stdio transport. You would point Claude Desktop to the executable provided in the 3DStreet MCP repository, allowing it to communicate directly.
- Are there any authentication requirements to use the 3DStreet MCP?
- No, the 3DStreet MCP uses a 'none' authentication type. This means it does not require API keys, OAuth, or other credentials for operation.
- What kind of 3D scene editing capabilities does the 3DStreet MCP expose?
- The MCP provides AI-driven capabilities for controlling 3DStreet's editing functions. Specific tools and granular controls would typically be detailed in the 3DStreet application's documentation.
- What are the costs associated with using the 3DStreet MCP?
- The cost of using the 3DStreet MCP depends on the licensing model of the 3DStreet application itself. The MCP acts as an interface, and its usage costs are tied to the underlying service.
- What is a prerequisite for using the 3DStreet MCP?
- A primary prerequisite is having the 3DStreet application installed and accessible. The MCP interacts directly with the 3DStreet environment to perform its AI-driven scene editing tasks.
Install 3DStreet
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"3dstreet": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-3dstreet"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"3dstreet": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-3dstreet"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"3dstreet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-3dstreet"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.