What is available
| Tool | Use it for |
|---|---|
| PromptLayer skill | Gives AI coding tools PromptLayer product context, SDK patterns, prompt management guidance, evaluation workflows, and observability best practices. |
| PromptLayer Docs MCP | Lets agents search and read PromptLayer documentation. |
| PromptLayer MCP | Lets MCP-compatible clients interact with PromptLayer workspace resources such as prompts, request logs, datasets, evaluations, workflows, tools, and skill collections. |
Install and connect
Install the PromptLayer skill and MCP servers.
PromptLayer MCP
Use the PromptLayer MCP server when you want an MCP-compatible client to work with PromptLayer workspace resources such as prompts, request logs, datasets, evaluations, workflows, tools, and skill collections.Authorization header
When you connect to the hosted MCP server, pass your PromptLayer API key in theAuthorization header:
Available tools
The PromptLayer MCP server exposes 61 tools covering all major PromptLayer features:| Category | Tools |
|---|---|
| Prompt Templates | get-prompt-template, get-prompt-template-raw, list-prompt-templates, publish-prompt-template, patch-prompt-template-version, list-prompt-template-labels, create-prompt-label, move-prompt-label, delete-prompt-label, get-snippet-usage |
| Request Logs | get-request, search-request-logs, get-trace, get-request-search-suggestions, get-request-analytics, get-request-analytics-custom-analytics |
| Tracking | log-request, create-spans-bulk |
Datasets Deprecated | list-datasets, get-dataset-rows, create-dataset-group, create-dataset-version-from-file, create-dataset-version-from-filter-params, create-draft-dataset-version, add-request-log-to-dataset, save-draft-dataset-version |
Evaluations / Reports Deprecated | list-evaluations, get-evaluation-rows, create-report, run-report, get-report, get-report-score, add-report-column, edit-report-column, delete-report-column, update-report-score-card, rename-report, delete-report, delete-reports-by-name |
| Agents | list-workflows, get-workflow, get-workflow-labels, create-workflow, patch-workflow, run-workflow, get-workflow-version-execution-results |
| Tool Registry | list-tool-registries, get-tool-registry, create-tool-registry, create-tool-version |
| Skill Collections | list-skill-collections, create-skill-collection, get-skill-collection, update-skill-collection, save-skill-collection-version |
| Folders | create-folder, edit-folder, get-folder-entities, move-folder-entities, delete-folder-entities, resolve-folder-id |
Local server
Install the server from npm: @promptlayer/mcp-server For clients that support stdio transport, such as Claude Desktop and Cursor, you can run the server locally via npx:Tables and cross-workspace migration
The PromptLayer MCP server does not yet expose Table create, update, or delete tools. For cross-workspace Table migration, use the Tables REST API in a script and use MCP for dependency lookup:resolve-folder-idto resolve folder paths in the destination workspace.- External ID tools such as
list-prompt-templates,get-prompt-template, andget-workflowto match dependencies across workspaces.
Next steps
Copying and Migrating Tables
Migrate Tables across workspaces with ID remapping and API workflows.
PromptLayer MCP source
Review the open-source MCP server implementation.

