productivity
Paperspace MCP, CLI, and Lua Integration for AI Agents
Paperspace integration docs for AI agents: MCP gateway setup, Paperspace CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
Paperspace for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
paperspace- route_slug
paperspace- package
paperspace- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Paperspace CLIHeadless setup and direct function calls. Paperspace MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Paperspace MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Paperspace.
Claude Code Paperspace MCP setup for Claude Code. Cursor Paperspace MCP setup for Cursor. Codex Paperspace MCP setup for Codex. OpenAI Agents Paperspace MCP setup for OpenAI Agents SDK. Claude Agent SDK Paperspace MCP setup for Claude Agent SDK. Vercel AI SDK Paperspace MCP setup for Vercel AI SDK. LangChain Paperspace MCP setup for LangChain. LangGraph Paperspace MCP setup for LangGraph. CrewAI Paperspace MCP setup for CrewAI. MCP clients Paperspace MCP setup for Generic MCP Clients.
Paperspace CLI Matrix
Use these pages for direct Paperspace CLI workflows in scripts, CI, cron, and agent wrappers.
CI Paperspace CLI for CI. Cron Jobs Paperspace CLI for cron jobs. Shell Scripts Paperspace CLI for shell scripts. Headless Automation Paperspace CLI for headless automation. Coding Agents Paperspace CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
paperspace.paperspace_list_machines | Read read | 0 | List all GPU machines in the Paperspace account. Returns IDs, names, OS, machine type, state, and public IP address. |
paperspace.paperspace_get_machine | Read read | 1 | Get details for a specific Paperspace machine by ID. Returns full machine information including specs, state, and network configuration. |
paperspace.paperspace_list_notebooks | Read read | 0 | List all Gradient notebooks in the Paperspace account. Returns notebook IDs, names, cluster, machine type, and state. |
paperspace.paperspace_list_datasets | Read read | 0 | List all datasets in the Paperspace account. Returns dataset IDs, names, storage usage, and creation dates. |
paperspace.paperspace_list_projects | Read read | 0 | List all Gradient projects in the Paperspace account. Returns project IDs, names, descriptions, and creation dates. |
paperspace.paperspace_list_ssh_keys | Read read | 0 | List all SSH keys in the Paperspace account. Returns key IDs, names, and fingerprints. |
paperspace.paperspace_get_current_user | Read read | 0 | Get information about the current authenticated Paperspace user, including email, user ID, and team membership. |