#extension
42 个结果
Copilot MCP Search for VSCode
A powerful VSCode extension that enables MCP server usage in Copilot, giving it access to MCP tools, resources, and more.
MCPSharp
MCPSharp is a .NET library that helps you build Model Context Protocol (MCP) servers and clients - the standardized API protocol used by AI assistants and models.
Nexus MCP Bridge for VSCode
NEXUS MCP- Simple MCP server for Claude Desktop
Chrome Extension Bridge MCP
A chrome extension bridge that allows you to connect to a mcp server to use global window object.
MCPMonkey
MCPMonkey is an MCP server and Firefox extension so your AI agent can access your browser
browser-mcp
A browser extension and MCP server that allows you to interact with the browser you are using.
MCP Server Extension
A basic MCP server for tool exposure using FastMCP and VS code extension distribution
Cursor MCP (Model Context Protocol)
Cursor Model Context Protocol (MCP) extension for Chrome - with comprehensive test coverage
Hands-on MCP (Message Control Protocols) Guide
MCP basic
Nexus MCP Bridge for VSCode
Mirror of
Model Context Protocol (MCP) Server for VS Code
A Visual Studio Code extension for Model Context Protocol (MCP) server implementation
Chrome Extension MCP Server (Go Version)
Chrome Extension MCP Server implemented in Go - For Model Context Protocol to interact with Chrome extensions
Bifrost - VSCode Dev Tools MCP Server
VSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMs
Clasp It
Pick any element on any webpage and send its HTML, CSS, React props, console logs, and network context to Claude Code, Cursor, or Windsurf via MCP — in one click.
Burp Suite MCP Server Extension
MCP Server for Burp
AgentMode VS Code Extension
VS Code extension for agentmode MCP server
🤖 GDAI MCP – MCP Server for Godot Game Engine
A MCP server integration for Godot Engine that allows Claude, Cursor, Windsurf, VSCode, etc to perform actions like creating scenes, resources, scripts, reading errors and much more.
Quarkus Model Context Protocol (MCP) Server
This extension enables developers to implement the MCP server features easily.
MCP Server for WinDBG Crash Analysis
Model Context Protocol for WinDBG
GraphMemory-IDE: AI-Powered Collaborative Memory Platform
AI-assisted development MCP providing long-term, on-device "AI memory" for IDEs. Powered by Kuzu GraphDB and exposed via MCP server
SideButton
Open-source MCP server with 40+ browser automation tools, YAML workflow engine, and installable domain knowledge packs. Includes Chrome extension for real DOM access, REST API, and Svelte dashboard. Works with Claude Code, Cursor, Claude Desktop, and any MCP client.
WordPress MCP Extension for VS Code
A VS Code extension implementing MCP server for WordPress integration
CodeCompass
CodeCompass: AI-powered Vibe Coding with MCP. Connects Git repositories to AI assistants like Claude, using Ollama for privacy or OpenAI for cloud. Integrates with VSCode, Cursor, and more.
chat.md: The Hacker's AI Chat Interface [Experimental]
An md file as a chat interface and editable history in one.
Make CoPilot an Interactive Programmer
VS Code AI Agent Interactive Programming. Tools for CoPIlot and other assistants. Can also be used asan MCP server.
🔗 MCP Link — Let AI Agents Use Your Tools
Let AI agents like ChatGPT & Claude use real-world local/remote tools you approve via browser extension + optional MCP server
GenAIScript
Automatable GenAI Scripting
BurpMCP
Burp Suite Extension with MCP Server to enhance manual application security testing
Browser Control MCP
MCP server paired with a browser extension that enables AI agents to control the user's browser.
Zed Mcp Server Miaoduo
miaoduo mcp server extension for zed editor
Hello World MCP Server (Reference Extension)
A reference MCP extension demonstrating best practices and all available features
Mcp
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Claude Chrome MCP
Developer tool suite enabling Claude Desktop, Claude Code, and other MCP hosts like Cursor, to interact with claude.ai in Chrome browsers.
rippr
Rip any YouTube transcript. Clean text, structured JSON, or Markdown for AI agents.
Crawlio Browser
100-tool browser automation for AI agents via MCP. Screenshots, DOM inspection, network capture, form filling, cookie management, tab orchestration, session recording, and structured data extraction via Chrome extension. One-command setup: npx crawlio-browser init auto-configures 14 MCP clients.recording + 1 compiler) with framework-aware intelligence, typed evidence infrastructure, and confidence-tracked findings — captures what static crawlers can't see.
Contrastapi
MCP server with 53 security intelligence tools — CVE/KEV, MITRE ATLAS+D3FEND, Sigma detection rules, email security posture (SPF/DMARC), domain & web intel, threat intel.
Bring your real authenticated browser session to AI coding agents. Local-first MCP server + Chrome MV3 extension. No cloud. No telemetry.
peek records the user's actual logged-in browser (DOM via rrweb, console events, network metadata, optional response bodies via opt-in Deep capture) through a Chrome MV3 extension. The extension ships events through a native-messaging stdio bridge to a local MCP server (peek-mcp), which persists them to a SQLite database at ~/.peek/sessions.db. AI coding agents (Claude Code, Cursor, Cline, Windsurf) read sessions from the database via 10 MCP tools: Tool What it does list_recent_sessions List recently recorded sessions (id, origin, ts, event count). get_session_summary LLM-readable narrative summary of a session. get_session_console_errors Console errors recorded in a session. get_session_network_errors Failed/notable network requests in a session. get_user_action_before_error Last N user actions before a console error. generate_playwright_repro Generate a runnable Playwright test from a session. get_dom_snapshot Reconstruct the DOM at a given timestamp. query_dom_history Timeline of attribute/text changes for a selector. request_authorization Side-panel consent for write actions (Level 3). execute_action Dispatch a UI action (gated by permission level + destructive blocklist). Why local-first matters Every other "browser session for AI" tool ships to a vendor cloud. peek's SQLite + extension live on the user's machine — no remote endpoints, no telemetry. The privacy policy (docs/peek/PRIVACY_POLICY.md) is the source of truth. Install # 1. Add the MCP server to Claude Code claude mcp add peek -- npx -y @peekdev/mcp # 2. Install the Chrome extension from the Chrome Web Store # (link added once the CWS listing is approved)