> For the complete documentation index, see [llms.txt](https://docs.talordata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talordata.com/serp-api/mcp-server/skill-installation/how-to-install-the-talordata-serp-mcp-skill-in-claude-code.md).

# How to install the Talordata-Serp-Mcp Skill in Claude Code

### **Overview**

Once you place the `talordata-serp-mcp` skill into the Claude Code `skills` folder, Claude Code will automatically reference the skill's rules when handling queries related to TalorData SERP.&#x20;

This tutorial is designed for users installing a Claude Code skill for the first time. You simply need to copy the folder, restart Claude Code, and verify that it is working by asking a test question.&#x20;

> Claude Code automatically loads skills from the local `skills` folder; there is no need to modify code or configure an MCP service as described in this document.

### **Requirements**

* Claude Code (CLI) installed
* Talordata-serp-mcp folder ready
* TalorData SERP MCP tool configured in Claude Code

{% hint style="warning" %}
If the third step has not yet been completed, the skill can still be installed, but Claude Code cannot actually initiate TalorData SERP searches.
{% endhint %}

### **How to install this skill?**

{% stepper %}
{% step %}

#### Locate the Claude Code `skills` folder.

On Windows, the path is typically:\
C:\Users\your\_username.claude\skills\
*For example:*\ <kbd>C:\Users\user.claude\skills</kbd> <br>

If it is specific to a particular project, you can also place it within the project directory:\ <kbd>\<project\_directory>.claude\skills</kbd> <br>

If the <kbd>.claude</kbd> or <kbd>skills</kbd> folders do not exist, you can create them manually.

{% endstep %}

{% step %}

#### Copy skills folder

Copy the entire `talordata-serp-mcp` folder into the `skills` folder.&#x20;

After copying, it should look like this:

C:\Users\user.claude\skills\
`-- talordata-serp-mcp\ |-- SKILL.md` -- references\
\`-- serp-rules.md

{% hint style="info" %}
Please note: You need to copy the entire `talordata-serp-mcp` folder, not just the `SKILL.md` file inside it.
{% endhint %}
{% endstep %}

{% step %}

#### Restart Claude Code

Close the current session, exit Claude Code, and reopen a new session.

{% endstep %}

{% step %}

#### Testing whether it works

Enter the following into Claude Code:

> *Use TalorData SERP to search for the latest news about OpenAI and return the title, source, publication time, and link.*

If successfully installed, Claude Code will recognize this as a TalorData SERP-related task and process it according to the skill's rules.
{% endstep %}
{% endstepper %}

### When to use this Skill

• Search for public results in Claude Code using the TalorData SERP MCP\
• Query news, web pages, images, videos, shopping, maps, local businesses, academic content, or trending topics\
• Perform SEO rank checks, price monitoring, local business research, or batch search tasks\
• Have Claude Code retain source links, query parameters, and timestamps

### Frequently Asked Questions

<details>

<summary><strong>Claude Code did not use this skill</strong></summary>

• Make sure the folder is placed in C:\Users\yourusername.claude\skills (or .claude\skills within the project)\
•Confirm that the folder name is <kbd>talordata-serp-mcp</kbd>\
•Make sure there is <kbd>SKILL.md</kbd> in the folder\
•Confirm that Claude Code has been restarted after copying\
•Confirm your question is related to TalorData SERP, search results, news, shopping, maps or SEO rankings

</details>

<details>

<summary><strong>Claude Code says it can't search?</strong></summary>

This usually does not mean the skill installation failed.\
The skill simply tells Claude Code "how to use TalorData SERP." To actually perform searches, the TalorData SERP MCP tool must also be configured within Claude Code.

</details>

<details>

<summary><strong>The returned result is missing a few fields?</strong></summary>

This is normal.\
This skill instructs Claude Code to display only the fields actually returned. If the search results do not include price, rating, phone number, address, or publication time, Claude Code should not guess them.

</details>

<details>

<summary><strong>How to uninstall</strong></summary>

Delete this folder: C:\Users\YourUsername.claude\skills\talordata-serp-mcp\
Then restart Claude Code.

{% hint style="success" icon="thumbtack-angle" %}
Deleting a skill will not affect already configured MCP tools.
{% endhint %}

</details>
