Vks MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vks MCP ServerCheck syntax of my Verilog file top.v"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VksMcpServer
基于 vks 的 Verilog 开发与调试 MCP 服务器,提供语法检查、编译、仿真及第三方仿真器交叉验证功能。
安装依赖
pip install -r requirements.txtRelated MCP server: vivado-mcp-agent
生成配置
运行以下命令自动生成当前路径的 MCP 配置(vks 路径指向 tools/vks.exe):
python generate_config.py也可将配置写入文件:
python generate_config.py -o mcp_config.json一键安装到各 Agent
以下命令中的路径基于当前项目位置
d:/Development/skills/VksMcpServer,如项目路径不同请自行替换。
Claude Code
claude mcp add -s user -e VKS_PATH=d:/Development/skills/VksMcpServer/tools/vks.exe vks -- python d:/Development/skills/VksMcpServer/server.pyCodex
Codex 使用 TOML 配置文件 ~/.codex/config.toml,添加以下内容:
[mcp_servers.vks]
command = "python"
args = ["d:/Development/skills/VksMcpServer/server.py"]
env = { "VKS_PATH" = "d:/Development/skills/VksMcpServer/tools/vks.exe" }OpenClaw
openclaw mcp set vks '{"command":"python","args":["d:/Development/skills/VksMcpServer/server.py"],"env":{"VKS_PATH":"d:/Development/skills/VksMcpServer/tools/vks.exe"}}'Cline
通过 Cline 面板 → MCP Servers → Configure 打开配置文件,添加:
{
"mcpServers": {
"vks": {
"command": "python",
"args": ["d:/Development/skills/VksMcpServer/server.py"],
"env": {
"VKS_PATH": "d:/Development/skills/VksMcpServer/tools/vks.exe"
},
"disabled": false,
"autoApprove": []
}
}
}Cursor
将以下内容写入 ~/.cursor/mcp.json(或项目根目录 .cursor/mcp.json):
{
"mcpServers": {
"vks": {
"command": "python",
"args": ["d:/Development/skills/VksMcpServer/server.py"],
"env": {
"VKS_PATH": "d:/Development/skills/VksMcpServer/tools/vks.exe"
}
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityFmaintenanceA comprehensive Model Context Protocol server that connects AI assistants to Electronic Design Automation tools, enabling Verilog synthesis, simulation, ASIC design flows, and waveform analysis through natural language interaction.6101
- Alicense-qualityCmaintenanceMCP server for deterministic Vivado FPGA automation including project scaffolding, simulation, synthesis, implementation, and gated bitstream generation.4MIT
- Flicense-qualityBmaintenanceAn MCP server that provides AI assistants with a persistent, sandboxed Python environment for waveform analysis, enabling loading and manipulation of VCD/FST/FSDB files and temporal pattern matching.9
- AlicenseAqualityAmaintenanceA minimal MCP server that provides 25 tools and 5 hooks to control Xilinx Vivado EDA for FPGA development, including session management, Tcl execution, smart diagnostics, and IP debugging.3099Apache 2.0
Related MCP Connectors
MCP server for Klever blockchain smart contract development.
A MCP server built for developers enabling Git based project management with project and personal…
Conformance checker for MCP servers. Free, no key, verdicts recomputable and re-measured daily.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AlexMercer12138/Vks-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server