Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACF_MCP_WP_ROOTYesAbsolute path to the WordPress root directory.
ACF_MCP_ACF_JSON_DIRYesAbsolute path to the ACF Local JSON directory.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
acf_pingA

Check server health and return non-secret configuration details.

acf_list_field_groupsA

Read all ACF field groups from Local JSON without touching the WordPress database.

acf_get_field_groupB

Read one ACF field group by key from Local JSON.

acf_create_field_groupB

Create a field group Local JSON file. Backs up an existing file if the key already exists.

acf_update_field_groupC

Update a field group Local JSON file by writing the supplied full field group object.

acf_delete_field_groupC

Delete a field group Local JSON file by key after creating a backup when possible.

acf_validate_field_groupB

Validate a field group payload against the server ACF Local JSON schema without writing files.

acf_export_jsonC

Run the whitelisted wp acf json export command. This does not execute arbitrary shell or PHP code.

acf_import_jsonC

Run the whitelisted wp acf json import <file> command. This may update WordPress database ACF structures.

acf_sync_jsonB

Explicitly sync Local JSON changes to WordPress using wp acf json sync; supports WP-CLI dry-run.

acf_list_post_typesA

Read ACF-managed custom post type Local JSON files.

acf_create_post_typeC

Create or update an ACF-managed custom post type Local JSON file.

acf_list_taxonomiesA

Read ACF-managed custom taxonomy Local JSON files.

acf_create_taxonomyC

Create or update an ACF-managed taxonomy Local JSON file.

acf_list_options_pagesA

Read ACF Pro options page Local JSON files. Options pages require ACF Pro in WordPress.

acf_create_options_pageC

Create or update an ACF Pro options page Local JSON file. Options pages require ACF Pro in WordPress.

acf_apply_content_modelA

Apply a declarative content model to Local JSON in dependency-safe order: post types, taxonomies, options pages, field groups.

Prompts

Interactive templates invoked by user choice

NameDescription
acf-content-model-reviewAsk an AI client to review a proposed ACF content model before applying it.

Resources

Contextual data attached and managed by the client

NameDescription
acf-mcp-configNon-secret server configuration summary.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/symonbaikov/acf-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server