npm-packages
Expose website tools to AI agents via WebMCP
All Skills in This Repository (3)
Pure Emerald Level Indicators{{site}}-mcp
Inject and execute WebMCP scripts to register MCP-B tools on web pages.
webmcp
Build, inject, and test MCP tools for websites with frontmatter-driven SKILL.md workflows.
webmcp-setup
Design and validate WebMCP tools using Chrome DevTools MCP.
Frequently Asked Questions
FAQPage SchemaHow to install npm-packages?โผ
Run `npx skills add WebMCP-org/npm-packages --all -g -y` in your terminal to install all skills in this suite globally.
How to let AI agents use tools on my website?โผ
Add @mcp-b/global to your site and call document.modelContext.registerTool to expose tools that AI agents can discover and execute.
Does WebMCP work in browsers without native support?โผ
Yes. The @mcp-b/webmcp-polyfill package provides the same document.modelContext API in any browser, with no code changes needed.
Can I register WebMCP tools from React?โผ
Yes. Install @mcp-b/react-webmcp or usewebmcp and register tools directly inside your components with the useWebMCP hook.
Can desktop AI clients call my website tools?โผ
Yes. The @mcp-b/webmcp-local-relay package connects any site running @mcp-b/global to desktop clients like Claude Desktop and Cursor.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core