codeocean
Official Code Ocean MCP server. Provides tools to search and run capsules and pipelines and to manage data assets. Runs locally as a stdio child process; authenticates with a Code Ocean access token via environment variables.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport stdio
Tools
search_capsules— Search for capsules matching specified criteria.search_pipelines— Search for pipelines matching specified criteria.get_capsule— Retrieve a capsule by its ID.list_computations— List all computations for a capsule.attach_data_assets— Attach data assets to a capsule.detach_data_assets— Remove attached data assets from a capsule.get_capsule_app_panel— Retrieve the app panel for a capsule, optionally for a specific version.get_computation— Retrieve a specific computation by its unique identifier.run_capsule— Execute a capsule or a pipeline in Code Ocean and don't wait.wait_until_completed— Wait until a computation completes and return its details.list_computation_results— List the output files generated by a completed computation.get_result_file_urls— Get view and download URLs for a specific result file from a computation.download_and_read_a_file_from_computation— Download a computation result file and return its content.rename_computation— Rename an existing computation.delete_computation— Delete a computation and stop it if currently running.attach_computation_data_assets— Attach data assets to a cloud workstation session.detach_computation_data_assets— Detach data assets from a cloud workstation session.search_data_assets— Retrieve data assets matching search criteria for datasets.get_data_asset— Retrieve a data asset by its ID.get_data_asset_file_urls— Get view and download URLs for a specific file in a data asset.download_and_read_a_file_from_data_asset— Download a data asset file and return its content.list_data_asset_files— List files in a data asset.update_metadata— Update metadata for a specific data asset.wait_until_ready— Wait until a data asset is ready.create_data_asset— Create a new data asset.get_custom_metadata— Retrieve custom metadata configuration.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.