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.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.
Agent Surfaces
Machine-Readable Metadata
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. |