Install
$ agentstack add mcp-d13-vscode-web-components-ai ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Web Component AI Tools
Supercharge your AI coding assistants with web component information from your workspace and dependencies. Generate accurate component code using your actual custom elements, properties, and APIs.
🚀 Benefits
- Accelerate UI development by facilitating AI agents to build using your custom elements and web component libraries
- Expose documentation of your web components and libraries through AI chat
✨ Features
🔍 Automatic Component Discovery
- Discovers components from both local code and installed packages
- Scans your workspace for
custom-elements.jsonmanifest files - Analyzes
package.jsonfiles to find component libraries in dependencies
📡 Model Context Protocol Server
- Starts a local MCP server with multiple transport options (HTTP and SSE)
- Provides real-time access to component information for AI assistants
- Automatically generates configuration for easy AI assistant integration
🤖 AI Assistant Integration
- Compatible with Copilot, Cursor, Windsurf, Claude Code, and other MCP-enabled AI tools
- Provides rich component context for accurate code generation
- Enables AI assistants to understand your specific component APIs
🛠️ Powerful Component Tools
- Search Components: Find components by name, tag, or description
- Get Component Details: Retrieve complete component metadata including attributes, properties, methods, and events
- List All Components: Browse all available components in your workspace
- Component Resources: Access structured component data via MCP resources
🚀 Getting Started
Installation
Install this extension by clicking Install on the banner above, or from the Extensions side bar in VS Code by searching for d13.vscode-web-components-ai.
> Be sure to have VS Code 1.99.0 or higher installed.
AI Assistant Integration
See the Integrating with the MCP Server guide on how to integrate with your preferred AI assistants including Copilot, Cursor, Windsurf, Claude Code, and many more.
VS Code >=1.101.0 registers the MCP server automatically with AI chat, run MCP: List Servers in the command palette to see the server listed.
> Have questions or concerns? Let's talk directly through the GitHub Discussions page. Having a positive experience? Feel free to write a review.
🛠️ Available Tools & Resources
MCP Tools
search-components: Search for components by class name, tag name, or descriptionget-component-details-by-tag-name: Get detailed information about a specific component by tag nameget-component-details-by-class-name: Get detailed information about a specific component by class namelist-all-components: List all available components with optional detailed information
MCP Resources
manifest://components: Access to all component data in JSON formatmanifest://components/{tag}: Access to specific component data by tag name
🤝 Community
Discussions & Feedback
If you have any questions or want to share your experiences, please join-in on our GitHub Discussions page.
Issues & Feature Requests
If you encounter any issues or have feature requests, please report them on the GitHub Issues page.
Contributing
We welcome contributions! Please see our Contributing Guide for more information.
🔗 Related Projects
- Custom Elements Manifest - Standard for describing custom elements
- Model Context Protocol - Protocol for AI assistant integrations
- Web Components Toolkit - Utilities for working with Custom Elements Manifests
📝 License
See [LICENSE](LICENSE) file for details.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: d13
- Source: d13/vscode-web-components-ai
- License: MIT
- Homepage: https://marketplace.visualstudio.com/items?itemName=d13.vscode-web-components-ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.