exa
v0.2.0Community Codex plugin for web search and full-page retrieval through the official Exa MCP server.
By Codex Exa contributorsLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install exa for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add exa@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “exa-2” remain stable.
- Codex:
exa-2@agent-plugin-marketplace→exa@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/zlsbksdxl/codex-exa/.
Plugin files
├── .codex-plugin/plugin.json├── skills/exa-web-search/SKILL.md└── .mcp.json
Included Skills1
Use the Exa MCP server for internet search and full-page retrieval. Use whenever the user asks to search, browse, look up, verify, research, find sources, find current or latest online information, discover papers or repositories, compare web sources, or read and summarize a URL whose content was not provided. Prefer Exa by default for general web research. Do not use it for local filesystem or codebase search, or when the user explicitly requests a different tool or a specialized connected source is the direct system of record.
MCP servers1
- url
- https://mcp.exa.ai/mcp/oauth?tools=web_search_exa,web_fetch_exa
Plugin manifests1
{
"name": "exa",
"version": "0.2.0",
"description": "Community Codex plugin for web search and full-page retrieval through the official Exa MCP server.",
"author": {
"name": "Codex Exa contributors"
},
"homepage": "https://github.com/zlsbksdxl/codex-exa/tree/main/plugins/exa",
"repository": "https://github.com/zlsbksdxl/codex-exa",
"license": "MIT",
"keywords": [
"exa",
"web-search",
"research",
"mcp"
],
"skills": "./skills/",
"interface": {
"displayName": "Exa Web Search",
"shortDescription": "Search and fetch current web sources with Exa.",
"longDescription": "Connects Codex to the official Exa remote MCP server with browser OAuth, plus an implicitly triggered skill that prioritizes Exa for online research, current information, source discovery, and URL reading.",
"developerName": "Codex Exa Community",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read"
],
"defaultPrompt": [
"Connect my Exa account to Codex.",
"Search the web for current sources on this topic.",
"Research this question with Exa and cite the sources."
],
"brandColor": "#111111",
"composerIcon": "./assets/logo.svg",
"logo": "./assets/logo.svg"
},
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[exa on Agent Plugins Marketplace](https://pluginsmp.com/plugins/exa-2)