diff --git a/src/data/servers/index.ts b/src/data/servers/index.ts index 49c0775..b957b5a 100644 --- a/src/data/servers/index.ts +++ b/src/data/servers/index.ts @@ -114,6 +114,35 @@ export const servers: MCPServerType[] = [ runtime: "go", sourceUrl: "https://github.com/axiomhq/mcp-server-axiom" }, + { + config: { + args: ["babelwrap-mcp"], + command: "uvx", + env: { + BABELWRAP_API_KEY: { + description: + "Your BabelWrap API key. Get one at https://babelwrap.com", + }, + }, + }, + description: + "Web browsing superpowers for AI agents via the BabelWrap API. Navigate, extract, search, screenshot, and interact with any webpage.", + distribution: { + package: "babelwrap-mcp", + type: "pip", + }, + id: "babelwrap", + isOfficial: false, + license: "MIT", + name: "BabelWrap", + publisher: { + id: "babelwrap", + name: "BabelWrap", + url: "https://babelwrap.com", + }, + runtime: "python", + sourceUrl: "https://github.com/babelwrap/babelwrap-mcp", + }, { config: { args: ["-y", "@modelcontextprotocol/server-brave-search"],