How to Use the Chuangkit / 创客贴 MCP in VS Code Copilot
Connect your team's Chuangkit / 创客贴 account to VS Code Copilot. Pull templates and assets right from the editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Chuangkit / 创客贴 MCP to VS Code Copilot
Create your Vinkius account to connect Chuangkit / 创客贴 to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Find the Right Design, Fast
This server connects VS Code Copilot to your Chuangkit account. You can ask your agent to find design templates using keywords with `search_templates`. It's a lot faster than switching to a browser and digging through menus. If you're not sure where to start, you can also get a list of all available template categories. Once you have a category, use `list_templates` to see what's inside. If you need specific assets for a design, `list_materials` will show you what's available. Your agent can pull the details for any template with `get_template`, giving you all the info you need without context switching.
Access Team Designs in VS Code Copilot
This MCP Server lets your whole team access your company's Chuangkit designs. Just ask Copilot to `list_user_designs` to see everything your team has created. The real advantage comes from sharing the configuration in your project's `.vscode/mcp.json` file—everyone on the team gets the same access instantly. When you find a design you need, use `get_design_detail` to check its properties. Then, tell your agent to fetch a download link using `get_asset_url`. The URL is passed right back into your chat, ready to be used in project documentation or frontend code. No more bugging designers for exports.
One Source of Truth for Design
Stop guessing where design assets live. By connecting Chuangkit / 创客贴 to your editor, you create a single point of access for your entire engineering team. Your agent can search for public templates or pull up your team's private designs with the same commands. This isn't just about finding images. It's about getting the right asset, with the right details, without breaking your coding flow. This MCP setup means you can script interactions, build internal docs with live asset links, or just grab a placeholder image without opening another app. It keeps your focus inside VS Code.
Set up Chuangkit / 创客贴 MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the Chuangkit / 创客贴 MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the Chuangkit / 创客贴 tools listed. Try asking: "List my recent Chuangkit / 创客贴 transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"chuangkit-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Chuangkit / 创客贴. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Chuangkit / 创客贴 MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Chuangkit / 创客贴 MCP today
We host it, we monitor it, we maintain it. You just paste one token.